libxml2 r3819 - trunk



Author: wbrack
Date: Tue Mar  3 06:31:43 2009
New Revision: 3819
URL: http://svn.gnome.org/viewvc/libxml2?rev=3819&view=rev

Log:
* trio.h: changed include of config.h to be surrounded by quotation marks #570806

Modified:
   trunk/ChangeLog
   trunk/trio.h

Modified: trunk/trio.h
==============================================================================
--- trunk/trio.h	(original)
+++ trunk/trio.h	Tue Mar  3 06:31:43 2009
@@ -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"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]