summaryrefslogtreecommitdiffstats
path: root/gui
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
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')
-rw-r--r--gui/mplayer/gtk/url.h2
-rw-r--r--gui/win32/playlist.h2
-rw-r--r--gui/wm/wsxdnd.h1
3 files changed, 5 insertions, 0 deletions
diff --git a/gui/mplayer/gtk/url.h b/gui/mplayer/gtk/url.h
index 1fca6a1fb9..c29895d889 100644
--- a/gui/mplayer/gtk/url.h
+++ b/gui/mplayer/gtk/url.h
@@ -1,6 +1,8 @@
#ifndef MPLAYER_GUI_URL_H
#define MPLAYER_GUI_URL_H
+#include <gtk/gtk.h>
+
extern GtkWidget * URL;
extern int gtkVURLDialogBox;
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;
diff --git a/gui/wm/wsxdnd.h b/gui/wm/wsxdnd.h
index 225a7fccec..6937497b68 100644
--- a/gui/wm/wsxdnd.h
+++ b/gui/wm/wsxdnd.h
@@ -1,6 +1,7 @@
#ifndef MPLAYER_GUI_WSXDND_H
#define MPLAYER_GUI_WSXDND_H
+#include "ws.h"
void wsXDNDInitialize(void);
Bool wsXDNDProcessSelection(wsTWindow* wnd,XEvent *event);