diff options
Diffstat (limited to 'multimedia/oggvideotools/gcc47.patch')
-rw-r--r-- | multimedia/oggvideotools/gcc47.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/oggvideotools/gcc47.patch b/multimedia/oggvideotools/gcc47.patch new file mode 100644 index 0000000000000..c3d61b16bd789 --- /dev/null +++ b/multimedia/oggvideotools/gcc47.patch @@ -0,0 +1,11 @@ +diff -Naur oggvideotools-0.8a.orig/src/fileRepository.h oggvideotools-0.8a/src/fileRepository.h +--- oggvideotools-0.8a.orig/src/fileRepository.h 2010-05-30 21:11:10.000000000 +0200 ++++ oggvideotools-0.8a/src/fileRepository.h 2012-09-13 16:42:11.550012490 +0200 +@@ -23,6 +23,7 @@ + #define FILEREPOSITORY_H_ + + #include <stdio.h> ++#include <unistd.h> + + #include "definition.h" + #include "mediaRepository.h" |