diff options
Diffstat (limited to 'include/wall.h')
| -rw-r--r-- | include/wall.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wall.h b/include/wall.h index e22bf34..c9b74f0 100644 --- a/include/wall.h +++ b/include/wall.h @@ -3,7 +3,10 @@ #define WALL_H +#ifndef BUBLIC_SERVER #include "interface.h" +#endif + #include "list.h" typedef struct wall_struct |