From ec5b1fd1f492f8f68d19cf7601ac84778bd7331e Mon Sep 17 00:00:00 2001 From: "William M. Brack" Date: Tue, 3 Mar 2009 06:31:43 +0000 Subject: 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 --- trio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trio.h') diff --git a/trio.h b/trio.h index 941bdd04..eab1b6d8 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 +# include "config.h" #endif #include "triodef.h" -- cgit v1.2.1