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:
parent
97f140390b
commit
bab8e78a2b
@ -1,6 +1,8 @@
|
||||
#ifndef MPLAYER_GUI_URL_H
|
||||
#define MPLAYER_GUI_URL_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
extern GtkWidget * URL;
|
||||
extern int gtkVURLDialogBox;
|
||||
|
||||
|
@ -24,6 +24,8 @@
|
||||
#ifndef MPLAYER_GUI_PLAYLIST_H
|
||||
#define MPLAYER_GUI_PLAYLIST_H
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
typedef struct
|
||||
{
|
||||
char *filename;
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user