summaryrefslogtreecommitdiff
path: root/src/sdl
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl')
-rw-r--r--src/sdl/sdl_gamma.c2
-rw-r--r--src/sdl/sdl_glimp.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/sdl/sdl_gamma.c b/src/sdl/sdl_gamma.c
index 53dc4026..c341746a 100644
--- a/src/sdl/sdl_gamma.c
+++ b/src/sdl/sdl_gamma.c
@@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# include <SDL.h>
#endif
-#include "../renderer/tr_local.h"
+#include "../renderergl1/tr_local.h"
#include "../qcommon/qcommon.h"
/*
diff --git a/src/sdl/sdl_glimp.c b/src/sdl/sdl_glimp.c
index f9c2ce87..4cc0afa6 100644
--- a/src/sdl/sdl_glimp.c
+++ b/src/sdl/sdl_glimp.c
@@ -32,7 +32,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include <stdlib.h>
#include <math.h>
-#include "../renderer/tr_local.h"
+//FIXME: factor out the bits that are actually needed here into a renderercommon header
+#include "../renderergl1/tr_local.h"
#include "../sys/sys_local.h"
#include "sdl_icon.h"