]> git.sesse.net Git - vlc/blobdiff - src/extras/libc.c
Don't include config.h from the headers - refs #297.
[vlc] / src / extras / libc.c
index ba3d9ab7da3e2f663c4c1fbdb3cd76cbec17d0f7..4309aefa9feea9173bbfbc7e3ccf0f8987299c51 100644 (file)
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 
 #include <ctype.h>