summaryrefslogtreecommitdiffstats
path: root/gui/wm/wsxdnd.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-05 07:53:14 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-05 07:53:14 +0000
commitbab8e78a2bc9862881f18b163a0c4062facac356 (patch)
treee314eec4a7d3a7bf4e634709f00b52c7c8dd1379 /gui/wm/wsxdnd.h
parent97f140390bcd7adf2067a16dd9ee0212a72dcecc (diff)
downloadmpv-bab8e78a2bc9862881f18b163a0c4062facac356.tar.bz2
mpv-bab8e78a2bc9862881f18b163a0c4062facac356.tar.xz
Add missing header #includes to fix 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26168 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/wm/wsxdnd.h')
-rw-r--r--gui/wm/wsxdnd.h1
1 files changed, 1 insertions, 0 deletions
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);