From: Pierre Joye Date: Thu, 11 Dec 2008 13:12:22 +0000 (+0000) Subject: - MFH: fix build (was never used like that before recent commit to session) > local... X-Git-Tag: php-5.3.0beta1~451 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d6e793b4b62c1f2aa5fa608c4e8f7c14fbe9395;p=php - MFH: fix build (was never used like that before recent commit to session) > local include use quotes not <> --- 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