Add missing header for strcasecmp

This commit is contained in:
ISSOtm
2022-03-05 01:50:27 +01:00
committed by Eldred Habert
parent 9262fefd07
commit 5409d0d15a

View File

@@ -21,6 +21,7 @@
#include <string.h> #include <string.h>
#include "extern/getopt.h" #include "extern/getopt.h"
#include "platform.h"
#include "version.h" #include "version.h"
#include "gfx/convert.hpp" #include "gfx/convert.hpp"