summaryrefslogtreecommitdiff
path: root/src/utils/sdlpixel.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-06-03 18:58:01 +0300
committerAndrei Karas <akaras@inbox.ru>2014-06-03 18:58:01 +0300
commit45da7f72b07817afebdf46fcfbb70352fe3a2b5a (patch)
tree0cc03f715fa1b4badd4e32b62142c82c0614e32e /src/utils/sdlpixel.h
parentd3e2725ac3f8832bc34b879286d31b631f8069c9 (diff)
downloadplus-45da7f72b07817afebdf46fcfbb70352fe3a2b5a.tar.gz
plus-45da7f72b07817afebdf46fcfbb70352fe3a2b5a.tar.bz2
plus-45da7f72b07817afebdf46fcfbb70352fe3a2b5a.tar.xz
plus-45da7f72b07817afebdf46fcfbb70352fe3a2b5a.zip
Fix wrong includes.
Diffstat (limited to 'src/utils/sdlpixel.h')
-rw-r--r--src/utils/sdlpixel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/sdlpixel.h b/src/utils/sdlpixel.h
index 5152a68c2..7b8d9b3cb 100644
--- a/src/utils/sdlpixel.h
+++ b/src/utils/sdlpixel.h
@@ -66,7 +66,7 @@
#include "gui/color.h"
-#include "SDL.h"
+#include <SDL.h>
/**
* Puts a pixel on an SDL_Surface.