aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 4f9eb5eda..aa2434731 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -226,7 +226,8 @@
226 226
227 227
228#if !HAVE_ATOLL 228#if !HAVE_ATOLL
229long long atoll (const char *nptr); 229long long
230atoll (const char *nptr);
230#endif 231#endif
231 232
232#if ENABLE_NLS 233#if ENABLE_NLS