diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-06-03 12:29:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-06-03 12:29:42 +0300 |
commit | 5614d6765535273d25cbe3de131a4dbd0e4926f4 (patch) | |
tree | 34dae236d34f0a374be59df6e93739d00624a92e /src/net/tmwa/messagein.cpp | |
parent | 015f40eeab3c01e3173968059a95fd76cf23fd3b (diff) | |
download | ManaVerse-5614d6765535273d25cbe3de131a4dbd0e4926f4.tar.gz ManaVerse-5614d6765535273d25cbe3de131a4dbd0e4926f4.tar.bz2 ManaVerse-5614d6765535273d25cbe3de131a4dbd0e4926f4.tar.xz ManaVerse-5614d6765535273d25cbe3de131a4dbd0e4926f4.zip |
fix SDL includes.
Diffstat (limited to 'src/net/tmwa/messagein.cpp')
-rw-r--r-- | src/net/tmwa/messagein.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/tmwa/messagein.cpp b/src/net/tmwa/messagein.cpp index 67cacf504..f4974ad03 100644 --- a/src/net/tmwa/messagein.cpp +++ b/src/net/tmwa/messagein.cpp @@ -28,8 +28,8 @@ #include "utils/stringutils.h" -#include <SDL.h> -#include <SDL_endian.h> +#include <SDL/SDL.h> +#include <SDL/SDL_endian.h> #include "debug.h" |