diff options
Diffstat (limited to 'src/PowderToy.cpp')
| -rw-r--r-- | src/PowderToy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PowderToy.cpp b/src/PowderToy.cpp index 0e43231..7e3b534 100644 --- a/src/PowderToy.cpp +++ b/src/PowderToy.cpp @@ -1,8 +1,8 @@ #include <time.h> -#include <SDL/SDL.h> +#include "SDL.h" #ifdef WIN32 -#include <SDL/SDL_syswm.h> +#include "SDL_syswm.h" #endif #include <iostream> #include <sstream> |
