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/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"