From f2f44dfce609b7f5b228e61829d454b5c8c2734a Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 14 Mar 2024 19:38:21 +0100 Subject: more static analysis fixes --- src/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.h') 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 #define MAX_INPUT_LENGTH 4096 #elif defined(__APPLE__) #define MAX_INPUT_LENGTH 1024 -- cgit v1.2.3-70-g09d2