diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/setup.h | 2 |
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 |