summarylogtreecommitdiffstats
path: root/git-fb3bf0e.patch
diff options
context:
space:
mode:
Diffstat (limited to 'git-fb3bf0e.patch')
-rw-r--r--git-fb3bf0e.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/git-fb3bf0e.patch b/git-fb3bf0e.patch
new file mode 100644
index 000000000000..327126642bfe
--- /dev/null
+++ b/git-fb3bf0e.patch
@@ -0,0 +1,25 @@
+From fb3bf0eb5868742d1771834588a4bbf3c888ac7d Mon Sep 17 00:00:00 2001
+From: Edoardo Prezioso <edo88@email.it>
+Date: Thu, 8 Jan 2015 13:18:00 +0100
+Subject: [PATCH] - Oops, forgot to reinclude missing SDL header.
+
+Strangely it compiled fine for me, though.
+---
+ src/posix/sdl/sdlglvideo.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/posix/sdl/sdlglvideo.h b/src/posix/sdl/sdlglvideo.h
+index c2be3ba..19e6a5f 100644
+--- a/src/posix/sdl/sdlglvideo.h
++++ b/src/posix/sdl/sdlglvideo.h
+@@ -3,6 +3,7 @@
+
+ #include "hardware.h"
+ #include "v_video.h"
++#include <SDL.h>
+ #include "gl/system/gl_system.h"
+
+ EXTERN_CVAR (Float, dimamount)
+--
+2.3.2
+