]> git.sesse.net Git - vlc/commitdiff
* modules/access/bda/bda.c: add config.h in reference to [24525]
authorDennis van Amerongen <trax@videolan.org>
Thu, 24 Jan 2008 02:04:59 +0000 (02:04 +0000)
committerDennis van Amerongen <trax@videolan.org>
Thu, 24 Jan 2008 02:04:59 +0000 (02:04 +0000)
modules/access/bda/bda.h

index 7dd15bd4046500b0aa89990817d928b68bd00bcc..6bb144bfcb2077bd2c76cfdb2b494579e05eb041 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+
+#ifdef HAVE_CONFIG_H 
+# include "config.h" 
+#endif
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>