diff options
Diffstat (limited to 'include/inspstring.h')
-rw-r--r-- | include/inspstring.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/inspstring.h b/include/inspstring.h index a6ef5e552..494ce92b1 100644 --- a/include/inspstring.h +++ b/include/inspstring.h @@ -21,8 +21,8 @@ #ifndef INSPSTRING_H #define INSPSTRING_H -// This (inspircd_config) is needed as inspstring doesn't pull in the central header -#include "inspircd_config.h" +// This (config) is needed as inspstring doesn't pull in the central header +#include "config.h" #include <cstring> //#include <cstddef> |