# HG changeset patch # User diego # Date 1204703594 0 # Node ID a8eb9fd1ac21da8744022b8ae54e0e0f07c6654d # Parent f628946d6b7110697f692772a83c6ab5c067dafc Add missing header #includes to fix 'make checkheaders'. diff -r f628946d6b71 -r a8eb9fd1ac21 gui/mplayer/gtk/url.h --- a/gui/mplayer/gtk/url.h Wed Mar 05 07:52:36 2008 +0000 +++ b/gui/mplayer/gtk/url.h Wed Mar 05 07:53:14 2008 +0000 @@ -1,6 +1,8 @@ #ifndef MPLAYER_GUI_URL_H #define MPLAYER_GUI_URL_H +#include + extern GtkWidget * URL; extern int gtkVURLDialogBox; diff -r f628946d6b71 -r a8eb9fd1ac21 gui/win32/playlist.h --- a/gui/win32/playlist.h Wed Mar 05 07:52:36 2008 +0000 +++ b/gui/win32/playlist.h Wed Mar 05 07:53:14 2008 +0000 @@ -24,6 +24,8 @@ #ifndef MPLAYER_GUI_PLAYLIST_H #define MPLAYER_GUI_PLAYLIST_H +#include + typedef struct { char *filename; diff -r f628946d6b71 -r a8eb9fd1ac21 gui/wm/wsxdnd.h --- a/gui/wm/wsxdnd.h Wed Mar 05 07:52:36 2008 +0000 +++ b/gui/wm/wsxdnd.h Wed Mar 05 07:53:14 2008 +0000 @@ -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);