]> git.meshlink.io Git - meshlink/blobdiff - src/have.h
Fix memcpy when filling packet data
[meshlink] / src / have.h
index 3ada63a732a53a94b558a833b6cd905b060e8d07..4d9a97bd630ba1b9bc93954dee31b791920088cc 100644 (file)
@@ -39,6 +39,7 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <unistd.h>
+#include <limits.h>
 
 #ifdef HAVE_MINGW
 #include <w32api.h>
 #define SLASH "/"
 #endif
 
+#define CONFDIR "/etc/"
+#define LOCALSTATEDIR "/var/"
+
 #endif /* __TINC_SYSTEM_H__ */