]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fix "implicit declaration" compiler warning
authorLev Stipakov <lstipakov@gmail.com>
Wed, 11 Nov 2015 13:00:49 +0000 (15:00 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 27 Apr 2016 18:17:15 +0000 (20:17 +0200)
Add missing "include" directive.

Signed-off-by: Lev Stipakov <lstipakov@gmail.com>
Acked-by: Arne Schwabe <arne@rfc2549.org>
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 <gert@greenie.muc.de>
src/openvpn/mtcp.c

index b27c5eb7b6e2040a50a714ce6f987ad58f806389..9926d4761179d6094d8cf615f2cd9a9d0139233c 100644 (file)
 
 #include "memdbg.h"
 
+#ifdef HAVE_SYS_INOTIFY_H
+#include <sys/inotify.h>
+#endif
+
 /*
  * TCP States
  */