diff options
author | William M. Brack <wbrack@src.gnome.org> | 2009-03-03 06:31:43 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2009-03-03 06:31:43 +0000 |
commit | ec5b1fd1f492f8f68d19cf7601ac84778bd7331e (patch) | |
tree | 9c055717a61e5fb82d564e08d40ffdd52d947bba /trio.h | |
parent | 01101204f63ae93c1b4d2580c29fde0eed078c2f (diff) | |
download | libxml2-ec5b1fd1f492f8f68d19cf7601ac84778bd7331e.tar.gz |
changed include of config.h to be surrounded by quotation marks #570806
* trio.h: changed include of config.h to be surrounded by quotation marks #570806
svn path=/trunk/; revision=3819
Diffstat (limited to 'trio.h')
-rw-r--r-- | trio.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ * HAVE_CONFIG_H as a compiler option themselves. */ #if defined(HAVE_CONFIG_H) -# include <config.h> +# include "config.h" #endif #include "triodef.h" |