1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 21:31:52 +00:00

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
This commit is contained in:
diego 2007-08-28 17:10:00 +00:00
parent c6c3df07cd
commit aef2dad912

View File

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