]> git.sesse.net Git - vlc/blobdiff - modules/demux/cdg.c
Don't distribute removed autoconf260
[vlc] / modules / demux / cdg.c
index b67af9bd9959ab85f2c7c06c79196769f793b42e..316b291732155343fb61a7ae8cda64b7bd2aeab7 100644 (file)
@@ -2,7 +2,7 @@
  * cdg.c : cdg file demux module for vlc
  *****************************************************************************
  * Copyright (C) 2007 Laurent Aimar
- * $Id$
+ * $Id$
  *
  * Authors: Laurent Aimar <fenrir # via.ecp.fr>
  *
  * Preamble
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_demux.h>