Browse Source

Added missing include.

woollybah 10 years ago
parent
commit
3d9815b609
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sdl.mod/glue.c

+ 1 - 0
sdl.mod/glue.c

@@ -21,6 +21,7 @@
     distribution.
 */
 
+#include "SDL.h"
 #include "SDL_rwops.h"
 
 #include <brl.mod/blitz.mod/blitz.h>