From: michael Date: Mon, 5 Jan 2015 17:49:13 +0000 (+0000) Subject: - compath.h: fixed build on os x X-Git-Tag: 1.0.1~14 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=b0927d9b284cfd13471cd48407fb3a43983e0bf8;p=hopm.git - compath.h: fixed build on os x git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5305 82007160-df01-0410-b94d-b575c5fd34c7 --- diff --git a/src/compat.h b/src/compat.h index e45947e..effa4cd 100644 --- a/src/compat.h +++ b/src/compat.h @@ -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