summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-23 14:52:50 +1100
committerDamien Miller <djm@mindrot.org>2000-09-23 14:52:50 +1100
commitb9c2ce8b3bbe71cf9cb5a127ed6d1cad633fc9f8 (patch)
tree5c4847d17051286004aa8a9e4364b6571e2a5a83 /defines.h
parent62dd94b375446eb04aed1550c17eaf79717423d4 (diff)
- (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/defines.h b/defines.h
index cf2a34291..b34045963 100644
--- a/defines.h
+++ b/defines.h
@@ -34,6 +34,9 @@
34#ifdef HAVE_SYS_STAT_H 34#ifdef HAVE_SYS_STAT_H
35# include <sys/stat.h> /* For S_* constants and macros */ 35# include <sys/stat.h> /* For S_* constants and macros */
36#endif 36#endif
37#ifdef HAVE_NEXT
38# include <libc.h>
39#endif
37 40
38#include <unistd.h> /* For STDIN_FILENO, etc */ 41#include <unistd.h> /* For STDIN_FILENO, etc */
39 42