diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-16 10:47:23 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-16 10:47:23 +0100 |
| commit | d60d325115e735ade1f1caee46eea2f39d39d5a9 (patch) | |
| tree | 6315b2b98affc7023c0416e3155b2b81877041d8 | |
| parent | fe4cf7b218974a05af58851878ba65d5f0e1f348 (diff) | |
macos missing include
| -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 |
