From 9d6e793b4b62c1f2aa5fa608c4e8f7c14fbe9395 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 11 Dec 2008 13:12:22 +0000 Subject: [PATCH] - MFH: fix build (was never used like that before recent commit to session) > local include use quotes not <> --- 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