From 6e37ab68580c59bb7b54f61c3c6ca0bb6258a2e9 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 18 Jul 2012 23:23:01 +0000 Subject: [PATCH] test: use SDLmain for the testsuite, too. --- test/testsuite.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/testsuite.cpp b/test/testsuite.cpp index a0720247..969ee0de 100644 --- a/test/testsuite.cpp +++ b/test/testsuite.cpp @@ -15,6 +15,8 @@ #include #include +#include "core.h" + #include int main(int argc, char **argv)