summaryrefslogtreecommitdiff
path: root/audio/audacity/files/patch-lib-src_libnyquist_nyquist_cmt_cext.h
blob: ff74e0d6f4883323adb7df46a175761d767b98aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib-src/libnyquist/nyquist/cmt/cext.h.orig	2016-07-26 13:34:07 UTC
+++ lib-src/libnyquist/nyquist/cmt/cext.h
@@ -58,7 +58,7 @@ EXIT(n)  -- calls exit(n) after shutting
 #include <malloc.h>
 #endif
 
-#if NEED_ULONG
+#if NEED_ULONG || __FreeBSD__
 typedef unsigned long ulong;
 #endif