]> git.meshlink.io Git - meshlink/blobdiff - have.h
Move RSA key generation into the wrappers.
[meshlink] / have.h
diff --git a/have.h b/have.h
index 8a58af33764954a40d21f524a7979513d1692a41..e0652a9daf41df4dfa34daefade0d7d43369fd0e 100644 (file)
--- a/have.h
+++ b/have.h
 #include <sys/time.h>
 #endif
 
+#ifdef HAVE_TIME_H
+#include <time.h>
+#endif
+
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif
 #include <winsock2.h>
 #endif
 
+#ifdef HAVE_LIBEVENT
+#include <event.h>
+#endif
+
 #endif /* __TINC_SYSTEM_H__ */