aboutsummaryrefslogtreecommitdiff
path: root/audio/audacity-devel/files/patch-libnyquist-switches.h
blob: 4cd74add2be32ef23dfcfd4e2301975221fd1a29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib-src/libnyquist/sys/switches.h.orig	Tue Dec  2 19:14:40 2003
+++ lib-src/libnyquist/sys/switches.h	Tue Dec  2 19:16:20 2003
@@ -39,7 +39,7 @@
 */
 #define nyquist_printf printf
 
-#if __APPLE__ && __GNUC__ /* Mac OS X */
+#if (__FreeBSD__ || __APPLE__) && __GNUC__ /* Mac OS X */
 #define NEED_ULONG 1
 #else
 #include <sys/types.h>