]> git.sesse.net Git - vlc/commitdiff
* modules/video_output/x11/xcommon.c: compilation fix.
authorGildas Bazin <gbazin@videolan.org>
Sun, 26 Oct 2003 17:50:23 +0000 (17:50 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 26 Oct 2003 17:50:23 +0000 (17:50 +0000)
modules/video_output/x11/xcommon.c

index 634979c1146d48f7f910a913afbd3450758c08b1..01f56d23439a227268dce2df6cc974a3afe05c49 100644 (file)
@@ -2,7 +2,7 @@
  * xcommon.c: Functions common to the X11 and XVideo plugins
  *****************************************************************************
  * Copyright (C) 1998-2001 VideoLAN
- * $Id: xcommon.c,v 1.34 2003/10/26 12:46:55 sigmunau Exp $
+ * $Id: xcommon.c,v 1.35 2003/10/26 17:50:23 gbazin Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
@@ -34,7 +34,7 @@
 #include <vlc/vlc.h>
 #include <vlc/intf.h>
 #include <vlc/vout.h>
-#include <hotkeys.h>
+#include <vlc_keys.h>
 
 #ifdef HAVE_MACHINE_PARAM_H
     /* BSD */