summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
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