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
diff --git a/ChangeLog b/ChangeLog
index 0afc683..54feb64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Mar  3 14:30.28 HKT 2009 William Brack <wbrack@mmm.com.hk>
+
+	* trio.h: changed include of config.h to be surrounded by
+	  quotation marks #570806
+
 Sat Feb 21 10:20:34 CET 2009 Daniel Veillard <daniel@veillard.com>
 
 	* threads.c parser.c: more warnings about xmlCleanupThreads and
diff --git a/trio.h b/trio.h
index 941bdd0..eab1b6d 100644
--- a/trio.h
+++ b/trio.h
@@ -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"