1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/audio/speak_freely/files/patch-ae

13 lines
236 B
Plaintext
Raw Normal View History

--- 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