diff options
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 236f99db0..a7c863d53 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -42,6 +42,7 @@ #include "inspircd_util.h" #include "users.h" #include "channels.h" +#include "typedefs.h" // some misc defines @@ -66,8 +67,6 @@ #define IS_REMOTE(x) (x->fd < 0) #define IS_MODULE_CREATED(x) (x->fd == FD_MAGIC_NUMBER) -typedef std::deque<std::string> file_cache; - class serverstats { public: |