diff options
Diffstat (limited to 'audio/rat/files/patch-ac')
-rw-r--r-- | audio/rat/files/patch-ac | 10 |
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> + |