summaryrefslogtreecommitdiff
path: root/src/test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.cc')
-rw-r--r--src/test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test.cc b/src/test.cc
index aafdbf8..892148f 100644
--- a/src/test.cc
+++ b/src/test.cc
@@ -1,10 +1,11 @@
#include <sys/types.h>
+#include <math.h>
#include <SDL.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#else
#endif
-#include "gettext.h"
+//#include "gettext.h"
#include <generic.h>
#include <Main.h>
#include <Input.h>
@@ -17,7 +18,6 @@
#include "glsprite.h"
#include "glshape.h"
-
CODE_BEGINS
virtual int startup() throw (GeneralException) {
int sx1, sx2, sy1, sy2;