[rott-commits] r243 - trunk/rott

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Mar 28 11:12:49 EDT 2009


Author: fabian
Date: 2009-03-28 11:12:42 -0400 (Sat, 28 Mar 2009)
New Revision: 243

Modified:
   trunk/rott/rt_menu.c
Log:
Fix an SDL.h include.


Modified: trunk/rott/rt_menu.c
===================================================================
--- trunk/rott/rt_menu.c	2008-12-13 21:50:35 UTC (rev 242)
+++ trunk/rott/rt_menu.c	2009-03-28 15:12:42 UTC (rev 243)
@@ -38,7 +38,7 @@
 #include <io.h>
 #elif PLATFORM_UNIX
 #include <unistd.h>
-#include <SDL/SDL.h>
+#include "SDL.h"
 #endif
 
 #include <sys/types.h>



More information about the rott-commits mailing list