summaryrefslogtreecommitdiffstats
path: root/src/app/xineEngine.cpp
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-06-13 16:36:18 +0200
committergregory guy <[email protected]>2020-06-13 16:52:59 +0200
commit88aa431c9d79bad942de04f4b28954b428079fd1 (patch)
tree821d0a067be41df5bbe48e61027820e9c3fcb2b0 /src/app/xineEngine.cpp
parent12b478cefdf1789828dbcd677d409cf8bad654ca (diff)
downloadcodeine-88aa431c9d79bad942de04f4b28954b428079fd1.tar.gz
codeine-88aa431c9d79bad942de04f4b28954b428079fd1.zip
Add support for xinelib-1.2, patch is from [email protected]
taken from the kde3 OpenSuse repo, package kde3-codeine-1.0.1-52.73.src.rpm http://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_Tumbleweed/src Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/app/xineEngine.cpp')
-rw-r--r--src/app/xineEngine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/xineEngine.cpp b/src/app/xineEngine.cpp
index 6691288..9a7b709 100644
--- a/src/app/xineEngine.cpp
+++ b/src/app/xineEngine.cpp
@@ -18,7 +18,7 @@
#include <xine.h>
#include "xineEngine.h"
#include "xineScope.h"
-
+#include <unistd.h>
#include <cstdlib>