X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Finspstring.h;h=5d3d42a5c47b5b4f2810f2667241296737052ae6;hb=19916fcab237519d6b3d74f89ac7ee5e16bf7d10;hp=87024a9f8354abdc026602535263bd5c92c6efa1;hpb=f2acdbc3820f0f4f5ef76a0a64e73d2a320df91f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/inspstring.h b/include/inspstring.h index 87024a9f8..5d3d42a5c 100644 --- a/include/inspstring.h +++ b/include/inspstring.h @@ -2,7 +2,7 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2007 InspIRCd Development Team + * InspIRCd: (C) 2002-2008 InspIRCd Development Team * See: http://www.inspircd.org/wiki/index.php/Credits * * This program is free but copyrighted software; see @@ -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) */