X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Finspstring.h;h=5d3d42a5c47b5b4f2810f2667241296737052ae6;hb=48103a05e75dc208bcd01b62b19ae01158c01b50;hp=714e066066714b09430bc0d182b057b6682e6e51;hpb=e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/inspstring.h b/include/inspstring.h index 714e06606..5d3d42a5c 100644 --- a/include/inspstring.h +++ b/include/inspstring.h @@ -14,9 +14,10 @@ #ifndef __IN_INSPSTRING_H #define __IN_INSPSTRING_H +// This (inspircd_config) is needed as inspstring doesn't pull in the central header #include "inspircd_config.h" -#include -#include +#include +//#include #ifndef HAS_STRLCPY /** strlcpy() implementation for systems that don't have it (linux) */