summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-28 18:12:27 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-28 18:12:27 +0000
commit6eaf8d58fd7ce14e05b97fafff4618d004b964fb (patch)
treec118abde0dbe67e1d99f45fcd6fa971604dc309f /audio
parentUpdate to version Tk version 8.2. (diff)
Need to #include sys/signal.h earlier so this builds again on -current.
Notes
Notes: svn path=/head/; revision=23469
Diffstat (limited to 'audio')
-rw-r--r--audio/rat/files/patch-ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/rat/files/patch-ac b/audio/rat/files/patch-ac
new file mode 100644
index 000000000000..32e545a50c89
--- /dev/null
+++ b/audio/rat/files/patch-ac
@@ -0,0 +1,10 @@
+--- rat/config_unix.h.orig Sat Nov 27 18:27:56 1999
++++ rat/config_unix.h Sat Nov 27 18:33:33 1999
+@@ -17,6 +17,7 @@
+
+ #include <limits.h>
+ #include <sys/types.h>
++#include <sys/signal.h>
+ #include <sys/time.h>
+ #include <sys/resource.h>
+