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
# include <config.h>
# include "config.h"
#endif
#ifndef _WIN32

View File

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