diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-14 08:17:35 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-14 08:17:35 +0000 |
commit | 976649a8f53cc215e271b8eff12bd95b8ddb06b2 (patch) | |
tree | 466d1604b7f74dbdcc718df0047b8b04c987249e /audio/mp3wrap/files | |
parent | dd97aea9542b7ae1a80a95a53a503fbd2c06ada0 (diff) | |
download | ports-976649a8f53cc215e271b8eff12bd95b8ddb06b2.tar.gz ports-976649a8f53cc215e271b8eff12bd95b8ddb06b2.zip |
Notes
Diffstat (limited to 'audio/mp3wrap/files')
-rw-r--r-- | audio/mp3wrap/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/mp3wrap/files/patch-aa b/audio/mp3wrap/files/patch-aa new file mode 100644 index 000000000000..34a0baca1fe8 --- /dev/null +++ b/audio/mp3wrap/files/patch-aa @@ -0,0 +1,11 @@ +--- crc.c.orig Mon Jun 2 20:41:23 2003 ++++ crc.c Mon Jun 2 20:43:24 2003 +@@ -25,7 +25,7 @@ + + #include <stdio.h> + #include <stdlib.h> +- ++#include <sys/types.h> + #include "crc.h" + + static const u_int32_t crctab[256] = { |