changeset 24251:eabc7dc83a48

warning fix: vo_3dfx.c: In function 'create_window': vo_3dfx.c:189: warning: implicit declaration of function 'vo_x11_classhint'
author diego
date Tue, 28 Aug 2007 17:10:00 +0000
parents d8b1ae2c164a
children 18d1e928771b
files libvo/vo_3dfx.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_3dfx.c	Tue Aug 28 17:08:04 2007 +0000
+++ b/libvo/vo_3dfx.c	Tue Aug 28 17:10:00 2007 +0000
@@ -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>