diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-06-13 22:57:47 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-06-13 22:57:47 +0900 |
commit | 38eaf7209a322a622e1b898eaa5477568ca9c6b6 (patch) | |
tree | 5b1bdaa1d04bd571f614c26e8953bc554215370a /src/app | |
parent | 5f44f7b187093ef290315b7f8766b540a31de35f (diff) | |
download | codeine-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.cpp | 2 | ||||
-rw-r--r-- | src/app/xineEngine.h | 1 |
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; |