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.h | |
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.h')
-rw-r--r-- | src/app/xineEngine.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |