summaryrefslogtreecommitdiff
path: root/modules/modWall.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/modWall.c')
-rwxr-xr-xmodules/modWall.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/modWall.c b/modules/modWall.c
index d435613..ba8593a 100755
--- a/modules/modWall.c
+++ b/modules/modWall.c
@@ -5,13 +5,16 @@
#include <assert.h>
#include "main.h"
-#include "interface.h"
#include "modules.h"
#include "tux.h"
#include "shot.h"
#include "list.h"
#include "gun.h"
+
+#ifndef PUBLIC_SERVER
+#include "interface.h"
#include "image.h"
+#endif
#ifdef PUBLIC_SERVER
#include "publicServer.h"