From b0927d9b284cfd13471cd48407fb3a43983e0bf8 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 5 Jan 2015 17:49:13 +0000 Subject: [PATCH] - 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 --- src/compat.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2