diff options
author | Pierre Joye <pajoye@php.net> | 2008-12-11 13:12:54 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2008-12-11 13:12:54 +0000 |
commit | b2483079bbd8a802a2b32efe931fe3da6dc9229f (patch) | |
tree | 11a9f6b6f0f99bd303f4126cdd1dc52a8ff01eab /ext/date/lib | |
parent | f2d5b34f26a6e98f6cfb8702072a6b77ecb02f0b (diff) | |
download | php-git-b2483079bbd8a802a2b32efe931fe3da6dc9229f.tar.gz |
- MFH: fix build (was never used like that before recent commit to session) > local include use quotes not <>
Diffstat (limited to 'ext/date/lib')
-rw-r--r-- | ext/date/lib/timelib_structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/lib/timelib_structs.h b/ext/date/lib/timelib_structs.h index c7e2da6507..1a9374573a 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 <timelib_config.h> +#include "timelib_config.h" #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> |