summaryrefslogtreecommitdiffstats
path: root/gui/win32
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-05 07:53:14 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-05 07:53:14 +0000
commitbab8e78a2bc9862881f18b163a0c4062facac356 (patch)
treee314eec4a7d3a7bf4e634709f00b52c7c8dd1379 /gui/win32
parent97f140390bcd7adf2067a16dd9ee0212a72dcecc (diff)
downloadmpv-bab8e78a2bc9862881f18b163a0c4062facac356.tar.bz2
mpv-bab8e78a2bc9862881f18b163a0c4062facac356.tar.xz
Add missing header #includes to fix 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26168 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/win32')
-rw-r--r--gui/win32/playlist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/win32/playlist.h b/gui/win32/playlist.h
index b9181133dd..9ab9061eda 100644
--- a/gui/win32/playlist.h
+++ b/gui/win32/playlist.h
@@ -24,6 +24,8 @@
#ifndef MPLAYER_GUI_PLAYLIST_H
#define MPLAYER_GUI_PLAYLIST_H
+#include <windows.h>
+
typedef struct
{
char *filename;