diff options
Diffstat (limited to 'include/teleport.h')
| -rw-r--r-- | include/teleport.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/teleport.h b/include/teleport.h index 7eba1ce..fc039c0 100644 --- a/include/teleport.h +++ b/include/teleport.h @@ -3,10 +3,11 @@ #define TELEPORT_H +#ifndef BUBLIC_SERVER #include "interface.h" +#endif #include "main.h" #include "list.h" -#include "interface.h" typedef struct teleport_struct { |
