diff options
author | Michele Calgaro <[email protected]> | 2020-06-13 22:57:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-06-13 22:57:47 +0900 |
commit | 38eaf7209a322a622e1b898eaa5477568ca9c6b6 (patch) | |
tree | 5b1bdaa1d04bd571f614c26e8953bc554215370a /src/app/xineEngine.cpp | |
parent | 5f44f7b187093ef290315b7f8766b540a31de35f (diff) | |
download | codeine-38eaf7209a322a622e1b898eaa5477568ca9c6b6.tar.gz codeine-38eaf7209a322a622e1b898eaa5477568ca9c6b6.zip |
Applied patches from debian/patches.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/app/xineEngine.cpp')
-rw-r--r-- | src/app/xineEngine.cpp | 2 |
1 files changed, 2 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 |