summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-07 20:25:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-07 20:25:26 +0000
commitc5001347c2fb0009bef001bec95ecd49e96be4e0 (patch)
tree47bf49c5e7f415cf80d82909a394568f2cdf5683 /libvo
parentd04df10807bb6b8529a679e9ccb363e84f4d334c (diff)
downloadmpv-c5001347c2fb0009bef001bec95ecd49e96be4e0.tar.bz2
mpv-c5001347c2fb0009bef001bec95ecd49e96be4e0.tar.xz
This header uses parts of stdint.h, so #include it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26195 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/gl_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 84a4dc9a10..69a7e14f53 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -2,6 +2,7 @@
#define MPLAYER_GL_COMMON_H
#include <stdio.h>
+#include <stdint.h>
#include "mp_msg.h"
#include "config.h"