use quotes to include config.h

SVN revision: 42314
This commit is contained in:
Gustavo Sverzut Barbieri 2009-09-07 04:32:49 +00:00
parent bda2733238
commit b84e3424fe
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include "config.h"
#endif #endif
#ifndef _WIN32 #ifndef _WIN32

View File

@ -17,7 +17,7 @@
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include "config.h"
#endif #endif
#include <assert.h> #include <assert.h>