summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-21 00:18:15 +1100
committerDamien Miller <djm@mindrot.org>2000-01-21 00:18:15 +1100
commitee1c0b3d3b1334d2e498aded0151ea8c0d804ebc (patch)
treeb31349cb094ac87bfcd36169810282a961be8f10 /defines.h
parenteab2ce023614ca49ad9d79c7c5a7ca8ee6204e7d (diff)
- NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
Christos Zoulas <christos@netbsd.org>
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/defines.h b/defines.h
index 3db1d0d95..519ebbaa2 100644
--- a/defines.h
+++ b/defines.h
@@ -34,6 +34,10 @@
34# include <sys/cdefs.h> /* For __P() */ 34# include <sys/cdefs.h> /* For __P() */
35#endif 35#endif
36 36
37#ifdef HAVE_SYS_SYSMACROS_H
38# include <sys/sysmacros.h> /* For MIN, MAX, etc */
39#endif
40
37/* Constants */ 41/* Constants */
38 42
39#ifndef SHUT_RDWR 43#ifndef SHUT_RDWR