From 576d75990e81bd56f79500840b688045c3130b4a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 29 Aug 2013 17:23:13 +0300 Subject: fix compilation error. --- src/localconsts.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 . */ +#include + #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" -- cgit v1.2.3-60-g2f50