diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-29 17:23:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-29 17:23:13 +0300 |
commit | 576d75990e81bd56f79500840b688045c3130b4a (patch) | |
tree | ce4059496a9e7bb6b3dd4d250f26e28e7fd53944 /src/localconsts.h | |
parent | 1c4ab54d2591c497a48df7f800510db356f5607b (diff) | |
download | plus-576d75990e81bd56f79500840b688045c3130b4a.tar.gz plus-576d75990e81bd56f79500840b688045c3130b4a.tar.bz2 plus-576d75990e81bd56f79500840b688045c3130b4a.tar.xz plus-576d75990e81bd56f79500840b688045c3130b4a.zip |
fix compilation error.
Diffstat (limited to 'src/localconsts.h')
-rw-r--r-- | src/localconsts.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/localconsts.h b/src/localconsts.h index ead9eb459..436fc987e 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -18,6 +18,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <SDL_version.h> + #if SDL_VERSION_ATLEAST(2, 0, 0) #ifndef USE_SDL2 #warning using SDL2 headers but configure set to use SDL1.2 @@ -101,6 +103,6 @@ // #define DEBUG_SDL_SURFACES 1 // use file access fuzzer -// #define USE_FUZZER 1 +#define USE_FUZZER 1 #include "utils/perfomance.h" |