diff options
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 1 |
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 |
