gcc47.patch 406 B

123456789101112
  1. diff -Naur oggvideotools-0.8a.orig/src/fileRepository.h oggvideotools-0.8a/src/fileRepository.h
  2. --- oggvideotools-0.8a.orig/src/fileRepository.h 2010-05-30 21:11:10.000000000 +0200
  3. +++ oggvideotools-0.8a/src/fileRepository.h 2012-09-13 16:42:11.550012490 +0200
  4. @@ -23,6 +23,7 @@
  5. #define FILEREPOSITORY_H_
  6. #include <stdio.h>
  7. +#include <unistd.h>
  8. #include "definition.h"
  9. #include "mediaRepository.h"