1 2 3 4 5 6 7 8 9 10 11 12 13 14
fix building with newer glibc http://bugs.gentoo.org/251446 --- src/configreader.cpp +++ src/configreader.cpp @@ -13,6 +13,7 @@ #include "inspircd.h" #include "configreader.h" +#include <limits.h> #include <sstream> #include <fstream> #include "xline.h"