summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mini_httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mini_httpd.c b/mini_httpd.c
index ef06d36..762ca6c 100644
--- a/mini_httpd.c
+++ b/mini_httpd.c
@@ -100,7 +100,7 @@
#define SIZE_T_MAX 2147483647L
#endif
-#ifndef HAVE_INT64T
+#if !defined(_INT64_T_DECLARED) && !defined(HAVE_INT64T)
typedef long long int64_t;
#endif