summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
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);