aports/community/fluidsynth/implicit.patch
2023-04-05 23:05:00 +02:00

13 lines
263 B
Diff

diff --git a/src/utils/fluidsynth_priv.h b/src/utils/fluidsynth_priv.h
index fbcbc6f..682c313 100644
--- a/src/utils/fluidsynth_priv.h
+++ b/src/utils/fluidsynth_priv.h
@@ -43,6 +43,7 @@
#if HAVE_STRING_H
#include <string.h>
+#include <strings.h>
#endif