diff options
Diffstat (limited to 'audio/mpg321/files/patch-mpg321.h')
-rw-r--r-- | audio/mpg321/files/patch-mpg321.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/mpg321/files/patch-mpg321.h b/audio/mpg321/files/patch-mpg321.h new file mode 100644 index 0000000..2ac5003 --- /dev/null +++ b/audio/mpg321/files/patch-mpg321.h @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- mpg321.h.orig Sat Sep 22 22:39:04 2001 ++++ mpg321.h Mon Sep 24 16:06:19 2001 +@@ -32,6 +32,7 @@ + #include "config.h" + #endif + ++#include <sys/types.h> + #include <stdio.h> + #include <limits.h> + #include <ao/ao.h> |