1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-23 08:26:56 +00:00

Add missing header #includes to fix 'make checkheaders'.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26168 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-03-05 07:53:14 +00:00
parent 97f140390b
commit bab8e78a2b
3 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef MPLAYER_GUI_URL_H
#define MPLAYER_GUI_URL_H
#include <gtk/gtk.h>
extern GtkWidget * URL;
extern int gtkVURLDialogBox;

View File

@ -24,6 +24,8 @@
#ifndef MPLAYER_GUI_PLAYLIST_H
#define MPLAYER_GUI_PLAYLIST_H
#include <windows.h>
typedef struct
{
char *filename;

View File

@ -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);