Fixed includes for msys.
authorRyan Flegel <rflegel@gmail.com>
Tue, 1 Jul 2008 04:46:59 +0000 (04:46 +0000)
committerRyan Flegel <rflegel@gmail.com>
Tue, 1 Jul 2008 04:46:59 +0000 (04:46 +0000)
SVN-Revision: 5642

src/tinygettext/tinygettext.cpp

index 56cc065..bb872e3 100644 (file)
@@ -26,7 +26,8 @@
 #include <ctype.h>
 #include <errno.h>
 
-#include "SDL.h"
+#include <SDL.h>
+#include <SDL_stdinc.h>
 
 #include "tinygettext.hpp"
 #include "log.hpp"