multimedia/oggvideotools: add <unistd.h> for modern compilers
This commit is contained in:
parent
8a7de0cd42
commit
ce62eb9096
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328981
1 changed files with 10 additions and 0 deletions
10
multimedia/oggvideotools/files/patch-src_fileRepository.h
Normal file
10
multimedia/oggvideotools/files/patch-src_fileRepository.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/fileRepository.h.orig 2010-05-30 19:11:10.000000000 +0000
|
||||
+++ src/fileRepository.h
|
||||
@@ -23,6 +23,7 @@
|
||||
#define FILEREPOSITORY_H_
|
||||
|
||||
#include <stdio.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
#include "definition.h"
|
||||
#include "mediaRepository.h"
|
Loading…
Reference in a new issue