changeset 26136:a8eb9fd1ac21

Add missing header #includes to fix 'make checkheaders'.
author diego
date Wed, 05 Mar 2008 07:53:14 +0000
parents f628946d6b71
children 02a08fffb1dc
files gui/mplayer/gtk/url.h gui/win32/playlist.h gui/wm/wsxdnd.h
diffstat 3 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <gtk/gtk.h>
+
 extern GtkWidget * URL;
 extern int         gtkVURLDialogBox;
 
--- 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 <windows.h>
+
 typedef struct
 {
     char *filename;
--- 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);