diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-14 19:38:21 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-14 19:38:21 +0100 |
| commit | f2f44dfce609b7f5b228e61829d454b5c8c2734a (patch) | |
| tree | a792158a6e946b9f2ed0769c6da1df9b4e93c356 /src/config.h | |
| parent | f2b44f582dbb9d898e6aad1db6919b5a295815be (diff) | |
more static analysis fixes
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 20e63e9..65388c8 100644 --- a/src/config.h +++ b/src/config.h @@ -3,6 +3,7 @@ #if defined(_WIN32) #define MAX_INPUT_LENGTH 4096 #elif defined(__linux__) +#include <stdio.h> #define MAX_INPUT_LENGTH 4096 #elif defined(__APPLE__) #define MAX_INPUT_LENGTH 1024 |
