summaryrefslogtreecommitdiff
path: root/audio/speak_freely/files/patch-ae
blob: 4af5b7701d04e29b2349850d86ff1d3b5c980ee2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- soundbyte.c.orig	Fri Dec 31 15:36:07 1999
+++ soundbyte.c	Fri Dec 31 15:38:58 1999
@@ -13,7 +13,9 @@
 #ifdef Solaris
 #include <sys/filio.h>
 #else
+#ifndef __FreeBSD__
 #include <sys/dir.h>
+#endif
 #include <sys/file.h>
 #endif