blob: 2b67ec245af096d819183cf9c574effe3ffd9e20 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- jfaudiolib/src/midi.c.orig 2024-03-06 07:31:42 UTC
+++ jfaudiolib/src/midi.c
@@ -35,7 +35,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston,
#ifdef _WIN32
# include <malloc.h>
#else
+#if !defined(__FreeBSD__)
# include <alloca.h>
+#endif
#endif
#include "sndcards.h"
#include "drivers.h"
|