diff options
Diffstat (limited to 'audio/gtkpod/files/patch-src::mp4file.c')
-rw-r--r-- | audio/gtkpod/files/patch-src::mp4file.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/gtkpod/files/patch-src::mp4file.c b/audio/gtkpod/files/patch-src::mp4file.c new file mode 100644 index 000000000000..70356b63983c --- /dev/null +++ b/audio/gtkpod/files/patch-src::mp4file.c @@ -0,0 +1,12 @@ +--- src/mp4file.c.orig Wed Jul 28 00:22:05 2004 ++++ src/mp4file.c Wed Jul 28 00:22:50 2004 +@@ -108,7 +108,8 @@ + #define MP4V2_HAS_METADATA_BUG TRUE + + #include <sys/types.h> +-#include <stdint.h> ++#include <sys/param.h> ++#include <inttypes.h> + #include <stdlib.h> + #include <string.h> + #include "mp4.h" |