diff options
Diffstat (limited to 'include/bbs.h')
-rw-r--r-- | include/bbs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bbs.h b/include/bbs.h index 09ce1982..9163656b 100644 --- a/include/bbs.h +++ b/include/bbs.h @@ -42,6 +42,10 @@ #include "proto.h" #include "gomo.h" +#ifdef _UTIL_C_ + #include "util.h" +#endif + #ifndef INCLUDE_VAR_H #include "var.h" #endif |