aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/backend_file.c1
1 files changed, 1 insertions, 0 deletions
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 <string.h>
#include <stdio.h>
+#include <ctype.h>
//FIXME allocated this statically because i dont want to do it properly right now tbh
#define BACKEND_FILE_MAX_PATH 8192