From 8b963149b497464eec314766fb84d770241ac011 Mon Sep 17 00:00:00 2001 From: cbdev Date: Sun, 25 Aug 2019 13:28:41 +0200 Subject: Include ctype for backend_file --- plugins/backend_file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/backend_file.c b/plugins/backend_file.c index 980a203..ccc6b0a 100644 --- a/plugins/backend_file.c +++ b/plugins/backend_file.c @@ -1,6 +1,7 @@ #include "backend_file.h" #include #include +#include //FIXME allocated this statically because i dont want to do it properly right now tbh #define BACKEND_FILE_MAX_PATH 8192 -- cgit v1.2.3