projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09ae189
)
Fixed includes for msys.
author
Ryan Flegel
<rflegel@gmail.com>
Tue, 1 Jul 2008 04:46:59 +0000
(
04:46
+0000)
committer
Ryan Flegel
<rflegel@gmail.com>
Tue, 1 Jul 2008 04:46:59 +0000
(
04:46
+0000)
SVN-Revision: 5642
src/tinygettext/tinygettext.cpp
patch
|
blob
|
history
diff --git
a/src/tinygettext/tinygettext.cpp
b/src/tinygettext/tinygettext.cpp
index
56cc065
..
bb872e3
100644
(file)
--- a/
src/tinygettext/tinygettext.cpp
+++ b/
src/tinygettext/tinygettext.cpp
@@
-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"