summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sys2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys2.h b/src/sys2.h
index 211e83fc6..bc88f96d6 100644
--- a/src/sys2.h
+++ b/src/sys2.h
@@ -301,7 +301,7 @@ unsigned long strtoul ();
#endif
/* This is needed on some AIX systems. */
-#if !HAVE_DECL_STRTOULL
+#if !HAVE_DECL_STRTOULL && HAVE_UNSIGNED_LONG_LONG
unsigned long long strtoull ();
#endif