shithub: rgbds

Download patch

ref: 5409d0d15a257232fb09147021e66530b71e926d
parent: 9262fefd07ede247f5fbc226857875cecb69a44a
author: ISSOtm <eldredhabert0@gmail.com>
date: Fri Mar 4 20:50:27 EST 2022

Add missing header for `strcasecmp`

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