From: michael Date: Mon, 5 Jan 2015 17:49:01 +0000 (+0000) Subject: - compath.h: fixed build on os x X-Git-Tag: 1.1.0beta1~202 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=41a713cead89ef5fb521211e2dd49b723ecd4a44;p=hopm.git - compath.h: fixed build on os x git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5304 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