about summary refs log tree commit diff
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/strtol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strtol.c b/stdlib/strtol.c
index 1d63bbeb2d..8c1a683880 100644
--- a/stdlib/strtol.c
+++ b/stdlib/strtol.c
@@ -33,7 +33,7 @@ Cambridge, MA 02139, USA.  */
 extern int errno;
 #endif
 
-#if HAVE_LIMITS_H
+#ifdef HAVE_LIMITS_H
 # include <limits.h>
 #endif