diff options
author | Pierre Joye <pajoye@php.net> | 2008-12-11 13:12:22 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2008-12-11 13:12:22 +0000 |
commit | 9d6e793b4b62c1f2aa5fa608c4e8f7c14fbe9395 (patch) | |
tree | ef2a9879b3183b19e618868a2b6455085eb1dc83 | |
parent | 1940a3aa919a2e7e4899b1585c616aac10541238 (diff) | |
download | php-git-9d6e793b4b62c1f2aa5fa608c4e8f7c14fbe9395.tar.gz |
- MFH: fix build (was never used like that before recent commit to session) > local include use quotes not <>
-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 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 <timelib_config.h> +#include "timelib_config.h" #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> |