summaryrefslogtreecommitdiffstats
path: root/libvo/w32_common.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/w32_common.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/w32_common.h')
-rw-r--r--libvo/w32_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/w32_common.h b/libvo/w32_common.h
index 449fd0d98e..219e7d454d 100644
--- a/libvo/w32_common.h
+++ b/libvo/w32_common.h
@@ -1,6 +1,9 @@
#ifndef MPLAYER_W32_COMMON_H
#define MPLAYER_W32_COMMON_H
+#include <stdint.h>
+#include <windows.h>
+
extern HWND vo_w32_window;
extern int vo_vm;