Browse code

Fix "implicit declaration" compiler warning

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>

Lev Stipakov authored on 2015/11/11 22:00:49
Showing 1 changed files
... ...
@@ -37,6 +37,10 @@
37 37
 
38 38
 #include "memdbg.h"
39 39
 
40
+#ifdef HAVE_SYS_INOTIFY_H
41
+#include <sys/inotify.h>
42
+#endif
43
+
40 44
 /*
41 45
  * TCP States
42 46
  */