]> git.meshlink.io Git - meshlink/blobdiff - have.h
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
[meshlink] / have.h
diff --git a/have.h b/have.h
index e00c7f7194f046f57d8f2d447893ead48417f319..d47f204cdc1bb45f0dbbd6fc28550d701080e6c2 100644 (file)
--- a/have.h
+++ b/have.h
@@ -27,6 +27,7 @@
 #else
 #define WINVER WindowsXP
 #endif
+#define WIN32_LEAN_AND_MEAN
 #endif
 
 #include <stdio.h>
 #include <inttypes.h>
 #endif
 
-#ifdef HAVE_ALLOCA_H
-#include <alloca.h>
-#endif
-
 /* Include system specific headers */
 
 #ifdef HAVE_SYSLOG_H
 #include <sys/uio.h>
 #endif
 
+#ifdef HAVE_SYS_UN_H
+#include <sys/un.h>
+#endif
+
 #ifdef HAVE_DIRENT_H
 #include <dirent.h>
 #endif
 #include <netinet/if_ether.h>
 #endif
 
+#ifdef HAVE_EVENT_H
+#include <event.h>
+#endif
+
 #endif /* __TINC_SYSTEM_H__ */