aboutsummaryrefslogtreecommitdiff
path: root/print/lilypond-devel/files/patch-lily_dispatcher.cc
blob: e33d090c2f6e5f9c5d409ed0a6dff105809f33fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- lily/dispatcher.cc.orig	2021-11-28 13:46:28 UTC
+++ lily/dispatcher.cc
@@ -23,8 +23,10 @@
 #include "warn.hh"
 #include "lily-imports.hh"
 
-#ifdef __MINGW32__
+#if defined __MINGW32__
 #include <malloc.h>
+#elif defined __FreeBSD__
+#include <stdlib.h>
 #else
 #include <alloca.h>
 #endif