diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-01-08 18:01:55 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-01-08 18:01:55 +0000 |
commit | f082cccfcf78c0708f857dd2c1eb8240dc859ee1 (patch) | |
tree | bb8781bb507542da1e9eb6cdfefc2bcaf18150d4 /audio/streamripper/files | |
parent | 6108625cb97276aff8379562b790597113dec921 (diff) | |
download | ports-f082cccfcf78c0708f857dd2c1eb8240dc859ee1.tar.gz ports-f082cccfcf78c0708f857dd2c1eb8240dc859ee1.zip |
Notes
Diffstat (limited to 'audio/streamripper/files')
-rw-r--r-- | audio/streamripper/files/patch-lib-ripstream.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/streamripper/files/patch-lib-ripstream.c b/audio/streamripper/files/patch-lib-ripstream.c new file mode 100644 index 000000000000..c04a104c6290 --- /dev/null +++ b/audio/streamripper/files/patch-lib-ripstream.c @@ -0,0 +1,10 @@ +--- lib/ripstream.c.orig Sat Aug 4 20:08:50 2001 ++++ lib/ripstream.c Mon Jan 7 15:06:25 2002 +@@ -22,6 +22,7 @@ + #include <string.h> + #ifndef _WIN32 + ++#include <sys/types.h> + #include <netinet/in.h> + + #endif |