]> git.meshlink.io Git - meshlink/blobdiff - src/have.h
Include <limits.h> for PATH_MAX.
[meshlink] / src / have.h
index 3ada63a732a53a94b558a833b6cd905b060e8d07..85479f75de2ed7688c105c2e878eb2036e43e90b 100644 (file)
@@ -39,6 +39,7 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <unistd.h>
+#include <limits.h>
 
 #ifdef HAVE_MINGW
 #include <w32api.h>