From: Pierre Joye Date: Thu, 11 Dec 2008 13:11:56 +0000 (+0000) Subject: - fix build (was never used like that before recent commit to session) > local includ... X-Git-Tag: php-5.4.0alpha1~191^2~4828 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81b283cc384785eb1598feba08e8fa55a84756ff;p=php - fix build (was never used like that before recent commit to session) > local include use quotes not <> (nb: please test before commit) --- 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