summaryrefslogtreecommitdiff
path: root/audio/audacity/files/patch-lib-src_libnyquist_nyquist_cmt_cext.h
blob: 2d0cca0557c29aa1574c0e267fe1c48ba6a28908 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib-src/libnyquist/nyquist/cmt/cext.h.orig	2021-02-04 18:52:51 UTC
+++ lib-src/libnyquist/nyquist/cmt/cext.h
@@ -61,7 +61,7 @@ EXIT(n)  -- calls exit(n) after shutting down/dealloca
 #include <malloc.h>
 #endif
 
-#if NEED_ULONG
+#if NEED_ULONG || __FreeBSD__
 typedef unsigned long ulong;
 #endif