summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-28 17:10:00 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-28 17:10:00 +0000
commitaef2dad9122ef0c630e8fc5d839ce95d1f48ffeb (patch)
treea4aa281e52f51e9a470057c3330712f6a0b8cee5 /libvo
parentc6c3df07cdbcd744d5e7a5ffcb9e7d0d6c8c0134 (diff)
downloadmpv-aef2dad9122ef0c630e8fc5d839ce95d1f48ffeb.tar.bz2
mpv-aef2dad9122ef0c630e8fc5d839ce95d1f48ffeb.tar.xz
warning fix:
vo_3dfx.c: In function 'create_window': vo_3dfx.c:189: warning: implicit declaration of function 'vo_x11_classhint' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24271 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_3dfx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_3dfx.c b/libvo/vo_3dfx.c
index e5bb6f0db6..628722dc39 100644
--- a/libvo/vo_3dfx.c
+++ b/libvo/vo_3dfx.c
@@ -30,6 +30,7 @@
#include "help_mp.h"
#include "video_out.h"
#include "video_out_internal.h"
+#include "x11_common.h"
#include <sys/ioctl.h>
#include <unistd.h>