summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/includes.h b/includes.h
index c9f6f3723..65c34c496 100644
--- a/includes.h
+++ b/includes.h
@@ -61,7 +61,10 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
61# include <maillock.h> /* For _PATH_MAILDIR */ 61# include <maillock.h> /* For _PATH_MAILDIR */
62#endif 62#endif
63#ifdef HAVE_NEXT 63#ifdef HAVE_NEXT
64# include <libc.h> 64# include <libc.h>
65#endif
66#ifdef HAVE_PATHS
67# include <paths.h>
65#endif 68#endif
66#include <unistd.h> /* For STDIN_FILENO, etc */ 69#include <unistd.h> /* For STDIN_FILENO, etc */
67 70