From d97724373556e5ad6d632249bcc0ba4ef7aec4d8 Mon Sep 17 00:00:00 2001 From: Christopher Brannon Date: Sun, 14 Jun 2015 13:57:50 -0700 Subject: [PATCH] Add a missing #include, so that this can be built with musl. This closes #5. --- softsynth.c | 1 + 1 file changed, 1 insertion(+) diff --git a/softsynth.c b/softsynth.c index 9c5af80..3394434 100644 --- a/softsynth.c +++ b/softsynth.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include