summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-29 17:23:13 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-29 17:23:13 +0300
commit576d75990e81bd56f79500840b688045c3130b4a (patch)
treece4059496a9e7bb6b3dd4d250f26e28e7fd53944
parent1c4ab54d2591c497a48df7f800510db356f5607b (diff)
downloadManaVerse-576d75990e81bd56f79500840b688045c3130b4a.tar.gz
ManaVerse-576d75990e81bd56f79500840b688045c3130b4a.tar.bz2
ManaVerse-576d75990e81bd56f79500840b688045c3130b4a.tar.xz
ManaVerse-576d75990e81bd56f79500840b688045c3130b4a.zip
fix compilation error.
-rw-r--r--src/localconsts.h4
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"