Add missing header for strcasecmp

This commit is contained in:
ISSOtm
2022-07-02 17:04:17 +02:00
committed by Eldred Habert
parent 9262fefd07
commit 5409d0d15a
+1
View File
@@ -21,6 +21,7 @@
#include <string.h>
#include "extern/getopt.h"
#include "platform.h"
#include "version.h"
#include "gfx/convert.hpp"