From 2730a01521c9afedb6112b0131c0fac3fe0d96f3 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Fri, 10 Jun 2016 15:33:16 -0400 Subject: [PATCH] add s_utf8.h header to s_path.c --- pd/src/s_path.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pd/src/s_path.c b/pd/src/s_path.c index 7d028d8c8..037e03b5f 100644 --- a/pd/src/s_path.c +++ b/pd/src/s_path.c @@ -27,6 +27,7 @@ #include "m_pd.h" #include "m_imp.h" #include "s_stuff.h" +#include "s_utf8.h" #include <stdio.h> #include <fcntl.h> #include <ctype.h> -- GitLab