From: Lev Stipakov Date: Wed, 11 Nov 2015 13:00:49 +0000 (+0200) Subject: Fix "implicit declaration" compiler warning X-Git-Tag: v2.4_alpha1~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e37af92f5729cc29e5abdc873bac529c5a42ef9;p=thirdparty%2Fopenvpn.git Fix "implicit declaration" compiler warning Add missing "include" directive. Signed-off-by: Lev Stipakov Acked-by: Arne Schwabe Message-Id: <1447246849-11602-1-git-send-email-lstipakov@gmail.com> URL: http://article.gmane.org/gmane.network.openvpn.devel/10485 Signed-off-by: Gert Doering --- diff --git a/src/openvpn/mtcp.c b/src/openvpn/mtcp.c index b27c5eb7b..9926d4761 100644 --- a/src/openvpn/mtcp.c +++ b/src/openvpn/mtcp.c @@ -37,6 +37,10 @@ #include "memdbg.h" +#ifdef HAVE_SYS_INOTIFY_H +#include +#endif + /* * TCP States */