summaryrefslogtreecommitdiffstats
path: root/libvo/video_out_internal.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-07 20:07:15 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-07 20:07:15 +0000
commitd04df10807bb6b8529a679e9ccb363e84f4d334c (patch)
treec8a28492448c0118740cd9af3516f2b9bf603762 /libvo/video_out_internal.h
parentcc36be59cbbe1806e8c6568e9c8a84734e7e6481 (diff)
downloadmpv-d04df10807bb6b8529a679e9ccb363e84f4d334c.tar.bz2
mpv-d04df10807bb6b8529a679e9ccb363e84f4d334c.tar.xz
Add missing header #includes to fix 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26194 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out_internal.h')
-rw-r--r--libvo/video_out_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/video_out_internal.h b/libvo/video_out_internal.h
index 53fd286957..83f38d5771 100644
--- a/libvo/video_out_internal.h
+++ b/libvo/video_out_internal.h
@@ -23,6 +23,8 @@
#ifndef MPLAYER_VIDEO_OUT_INTERNAL_H
#define MPLAYER_VIDEO_OUT_INTERNAL_H
+#include <stdint.h>
+
/* All video drivers will want this */
#include "libmpcodecs/vfcap.h"
#include "libmpcodecs/mp_image.h"