pajoye Thu Dec 11 13:11:56 2008 UTC
Modified files:
/php-src/ext/date/lib timelib_structs.h
Log:
- fix build (was never used like that before recent commit to session) >
local include use quotes not <>
(nb: please test before commit)
http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/timelib_structs.h?r1=1.29&r2=1.30&diff_format=u
Index: php-src/ext/date/lib/timelib_structs.h
diff -u php-src/ext/date/lib/timelib_structs.h:1.29
php-src/ext/date/lib/timelib_structs.h:1.30
--- php-src/ext/date/lib/timelib_structs.h:1.29 Fri Jul 18 14:33:27 2008
+++ php-src/ext/date/lib/timelib_structs.h Thu Dec 11 13:11:56 2008
@@ -16,12 +16,12 @@
+----------------------------------------------------------------------+
*/
-/* $Id: timelib_structs.h,v 1.29 2008/07/18 14:33:27 derick Exp $ */
+/* $Id: timelib_structs.h,v 1.30 2008/12/11 13:11:56 pajoye Exp $ */
#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>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php