summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2008-12-11 13:12:22 +0000
committerPierre Joye <pajoye@php.net>2008-12-11 13:12:22 +0000
commit9d6e793b4b62c1f2aa5fa608c4e8f7c14fbe9395 (patch)
treeef2a9879b3183b19e618868a2b6455085eb1dc83
parent1940a3aa919a2e7e4899b1585c616aac10541238 (diff)
downloadphp-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.h2
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>