more include simplifications
[apps/madmutt.git] / lib-lib / lib-lib.h
index e969bb5..8cd91c2 100644 (file)
@@ -46,6 +46,7 @@
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif
+
 #if HAVE_STDINT_H
 # include <stdint.h>
 #elif HAVE_INTTYPES_H
 #include <locale.h>
 #endif
 
+#ifndef _POSIX_PATH_MAX
+#include <posix1_lim.h>
+#endif
+
+
 #include "macros.h"
 #include "mem.h"