summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 21:48:54 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 21:48:54 +1100
commitb0024914c98f4e622e1d1ae0ecc67d3fe9dd9830 (patch)
treec4c6accb555227f32ffb91ba04ffd2571876f75b /includes.h
parent486d95e6f78e7b27bbdc932ee6fdce0d28b2f8d9 (diff)
- (djm) [includes.h] Put back paths.h, it is needed in defines.h
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