- compath.h: fixed build on os x
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Mon, 5 Jan 2015 17:49:01 +0000 (17:49 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Mon, 5 Jan 2015 17:49:01 +0000 (17:49 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5304 82007160-df01-0410-b94d-b575c5fd34c7

src/compat.h

index e45947e04c766347e00006465cb9aa646467582b..effa4cd5a0112effa0fc9630c168b585b7c5caef 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef COMPAT_H
 #define COMPAT_H
 
+#include "setup.h"
+
 #ifndef HAVE_STRLCPY
 extern size_t strlcpy(char *, const char *, size_t);
 #endif