summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-16 11:49:24 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-16 11:49:24 +0100
commit3284cf386a74bd0c93473c72eceb8caf1b11dc7a (patch)
tree3d64b2cf816f972bcd4e4b03d18201734d646280
parentf8aa7d2a399ba7427e22c474191b1bd3331b647c (diff)
parentd60d325115e735ade1f1caee46eea2f39d39d5a9 (diff)
Merge branch 'v2' of ssh://github.com/aldrikboy/text-search into v2
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 65388c8..73d70ff 100644
--- a/src/config.h
+++ b/src/config.h
@@ -6,6 +6,7 @@
#include <stdio.h>
#define MAX_INPUT_LENGTH 4096
#elif defined(__APPLE__)
+#include <stdio.h>
#define MAX_INPUT_LENGTH 1024
#endif