summaryrefslogtreecommitdiff
path: root/src/pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pipe.c')
-rw-r--r--src/pipe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pipe.c b/src/pipe.c
index 3b41fd0..5a435e4 100644
--- a/src/pipe.c
+++ b/src/pipe.c
@@ -1,14 +1,15 @@
#include <stdlib.h>
+#include <stdio.h>
#include <assert.h>
#include "main.h"
#include "pipe.h"
-#include "layer.h"
#include "shot.h"
#ifndef BUBLIC_SERVER
#include "screen_world.h"
+#include "layer.h"
#endif
#ifdef BUBLIC_SERVER