From 41a713cead89ef5fb521211e2dd49b723ecd4a44 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 5 Jan 2015 17:49:01 +0000 Subject: [PATCH] - compath.h: fixed build on os x git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5304 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