summaryrefslogtreecommitdiffstats
path: root/libvo/vesa_lvo.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/vesa_lvo.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/vesa_lvo.h')
-rw-r--r--libvo/vesa_lvo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/vesa_lvo.h b/libvo/vesa_lvo.h
index 51cecbc158..67a9ee0dd1 100644
--- a/libvo/vesa_lvo.h
+++ b/libvo/vesa_lvo.h
@@ -12,6 +12,8 @@
#ifndef MPLAYER_VESA_LVO_H
#define MPLAYER_VESA_LVO_H
+#include <stdint.h>
+
int vlvo_preinit(const char *drvname);
int vlvo_init(unsigned src_width,unsigned src_height,
unsigned x_org,unsigned y_org,unsigned dst_width,