mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
1c1518a6b2
Also fixed library installation path. Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
11 lines
406 B
Diff
11 lines
406 B
Diff
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"
|