aboutsummaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h
index 7bc3cb17f..01823157c 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -103,7 +103,9 @@ int fileno( FILE *stream);
#ifdef word
#undef word
#endif
+#ifndef HAVE_LIMITS_H
#define HAVE_LIMITS_H /* we have limits.h */
+#endif
#define DIR_CHAR "/"
#define DOT_CHAR "_"
#else