From 4ed539fae8df3983c4bd911d0ef1576fb347e47e Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Thu, 10 Mar 2016 00:26:21 -0500
Subject: [PATCH] add another header (not sure if it's supposed to be there,
 but mingw complains about missing symbols)

---
 pd/src/makefile.mingw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pd/src/makefile.mingw b/pd/src/makefile.mingw
index dab5222fa..c3364e72c 100755
--- a/pd/src/makefile.mingw
+++ b/pd/src/makefile.mingw
@@ -107,7 +107,7 @@ PMOBJ =  $(PMSRC:.c=.o)
 GSRC =
 
 HEADERS = g_all_guis.h m_imp.h g_canvas.h g_magicglass.h m_pd.h s_stuff.h \
-	g_undo.h x_preset.h \
+	g_undo.h x_preset.h s_utf8.h \
 	$(wildcard ../portaudio/common/*.h) s_audio_paring.h
 
 SRC = g_canvas.c g_graph.c g_text.c g_rtext.c g_array.c g_template.c g_io.c \
-- 
GitLab