From bab8e78a2bc9862881f18b163a0c4062facac356 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 5 Mar 2008 07:53:14 +0000 Subject: Add missing header #includes to fix 'make checkheaders'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26168 b3059339-0415-0410-9bf9-f77b7e298cf2 --- gui/mplayer/gtk/url.h | 2 ++ gui/win32/playlist.h | 2 ++ gui/wm/wsxdnd.h | 1 + 3 files changed, 5 insertions(+) (limited to 'gui') 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 + 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 + 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); -- cgit v1.2.3