diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-04 19:04:33 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-04 19:04:33 +0000 |
commit | 620ab707450f76b1c94017109386078817c7e3ff (patch) | |
tree | 5b394ac9c3c206e2bf49316e61cb890d37331c5f /libvo/x11_common.h | |
parent | 00ad5d3fed36de56bb690375a209cdcd31b12ecc (diff) | |
download | mpv-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.h | 1 |
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> |