From 81b283cc384785eb1598feba08e8fa55a84756ff Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 11 Dec 2008 13:11:56 +0000 Subject: [PATCH] - fix build (was never used like that before recent commit to session) > local include use quotes not <> (nb: please test before commit) --- ext/date/lib/timelib_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/date/lib/timelib_structs.h b/ext/date/lib/timelib_structs.h index 89415fe31c..10a425e9ca 100644 --- a/ext/date/lib/timelib_structs.h +++ b/ext/date/lib/timelib_structs.h @@ -21,7 +21,7 @@ #ifndef __TIMELIB_STRUCTS_H__ #define __TIMELIB_STRUCTS_H__ -#include +#include "timelib_config.h" #ifdef HAVE_SYS_TYPES_H #include -- 2.50.1