summaryrefslogtreecommitdiff
path: root/audio/xwave/files/patch-src_aifc.c
blob: 0e98fb8d967234566148da0cbc7745880e9c7e19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/aifc.c.orig	1998-11-08 23:22:55 UTC
+++ src/aifc.c
@@ -9,7 +9,7 @@
 
 #ifdef linux
 #include <endian.h>
-#elif defined (FreeBSD)
+#elif defined (__FreeBSD__)
 #include <machine/endian.h>
 #elif defined (sgi)
 #include <sys/endian.h>