summaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-06-13 22:57:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-06-13 22:57:47 +0900
commit38eaf7209a322a622e1b898eaa5477568ca9c6b6 (patch)
tree5b1bdaa1d04bd571f614c26e8953bc554215370a /src/app
parent5f44f7b187093ef290315b7f8766b540a31de35f (diff)
downloadcodeine-38eaf7209a322a622e1b898eaa5477568ca9c6b6.tar.gz
codeine-38eaf7209a322a622e1b898eaa5477568ca9c6b6.zip
Applied patches from debian/patches.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/app')
-rw-r--r--src/app/xineEngine.cpp2
-rw-r--r--src/app/xineEngine.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/app/xineEngine.cpp b/src/app/xineEngine.cpp
index 58069c5..efc9612 100644
--- a/src/app/xineEngine.cpp
+++ b/src/app/xineEngine.cpp
@@ -19,6 +19,8 @@
#include "xineEngine.h"
#include "xineScope.h"
+#include <cstdlib>
+
#define XINE_SAFE_MODE 1
diff --git a/src/app/xineEngine.h b/src/app/xineEngine.h
index 781bd72..ffe3f02 100644
--- a/src/app/xineEngine.h
+++ b/src/app/xineEngine.h
@@ -8,6 +8,7 @@
#include <qtimer.h>
#include <qwidget.h>
#include <kurl.h>
+#include <stdint.h>
#include <vector>
typedef struct xine_s xine_t;