diff options
Diffstat (limited to 'include/shot.h')
| -rw-r--r-- | include/shot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/shot.h b/include/shot.h index 3bd0142..22fb2f5 100644 --- a/include/shot.h +++ b/include/shot.h @@ -2,7 +2,9 @@ #ifndef SHOT_H #include "main.h" +#ifndef BUBLIC_SERVER #include "interface.h" +#endif #include "list.h" #include "tux.h" |