diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-17 23:42:02 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-17 23:42:02 +0800 |
commit | 61cd037e770ec272209359b02815200b5c631eed (patch) | |
tree | 96105b898be93c57e3e775ea97a9be01c3d8154e /audio/rhythmbox-devel/files/patch-podcast_rb-podcast-parse.h | |
parent | a86af12ded8a583315467b79d9e88b31a8263017 (diff) | |
download | marcuscom-ports-61cd037e770ec272209359b02815200b5c631eed.tar marcuscom-ports-61cd037e770ec272209359b02815200b5c631eed.tar.gz marcuscom-ports-61cd037e770ec272209359b02815200b5c631eed.tar.bz2 marcuscom-ports-61cd037e770ec272209359b02815200b5c631eed.tar.lz marcuscom-ports-61cd037e770ec272209359b02815200b5c631eed.tar.xz marcuscom-ports-61cd037e770ec272209359b02815200b5c631eed.tar.zst marcuscom-ports-61cd037e770ec272209359b02815200b5c631eed.zip |
- Chase libver in totem
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6288 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox-devel/files/patch-podcast_rb-podcast-parse.h')
-rw-r--r-- | audio/rhythmbox-devel/files/patch-podcast_rb-podcast-parse.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/rhythmbox-devel/files/patch-podcast_rb-podcast-parse.h b/audio/rhythmbox-devel/files/patch-podcast_rb-podcast-parse.h new file mode 100644 index 000000000..2208b3205 --- /dev/null +++ b/audio/rhythmbox-devel/files/patch-podcast_rb-podcast-parse.h @@ -0,0 +1,10 @@ +--- podcast/rb-podcast-parse.h.orig Mon Nov 28 13:51:28 2005 ++++ podcast/rb-podcast-parse.h Mon Nov 28 13:51:05 2005 +@@ -22,6 +22,7 @@ + #ifndef RB_PODCAST_PARSE_H + #define RB_PODCAST_PARSE_H + ++#include <inttypes.h> + #include <glib.h> + + typedef struct |