Blame atanua-fix-build.patch

fd59d4f
diff --git a/src/core/main.cpp b/src/core/main.cpp
fd59d4f
index f6833fe..c81bde3 100644
fd59d4f
--- a/src/core/main.cpp
fd59d4f
+++ b/src/core/main.cpp
fd59d4f
@@ -27,7 +27,8 @@ distribution.
fd59d4f
 #include "basechipfactory.h"
fd59d4f
 #include "pluginchipfactory.h"
fd59d4f
 
fd59d4f
-#include <stb_image_write.h>
fd59d4f
+#define STB_IMAGE_WRITE_IMPLEMENTATION
fd59d4f
+#include "stb/stb_image_write.h"
fd59d4f
 
fd59d4f
 #define C_MENUBG 0xff3f4f4f
fd59d4f
 #define C_WIDGETBG 0xff3f5f6f