summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-04 19:04:33 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-04 19:04:33 +0000
commit620ab707450f76b1c94017109386078817c7e3ff (patch)
tree5b394ac9c3c206e2bf49316e61cb890d37331c5f /libvo/x11_common.h
parent00ad5d3fed36de56bb690375a209cdcd31b12ecc (diff)
downloadmpv-620ab707450f76b1c94017109386078817c7e3ff.tar.bz2
mpv-620ab707450f76b1c94017109386078817c7e3ff.tar.xz
Add missing header #includes to fix 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30208 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r--libvo/x11_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index bea422e8b5..152e70ff80 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -19,6 +19,7 @@
#ifndef MPLAYER_X11_COMMON_H
#define MPLAYER_X11_COMMON_H
+#include <stdint.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>