pajoye Thu Dec 11 13:12:22 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/date/lib timelib_structs.h
Log:
- MFH: fix build (was never used like that before recent commit to session) >
local include use quotes not <>
http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/timelib_structs.h?r1=1.13.2.6.2.3.2.6&r2=1.13.2.6.2.3.2.7&diff_format=u
Index: php-src/ext/date/lib/timelib_structs.h
diff -u php-src/ext/date/lib/timelib_structs.h:1.13.2.6.2.3.2.6
php-src/ext/date/lib/timelib_structs.h:1.13.2.6.2.3.2.7
--- php-src/ext/date/lib/timelib_structs.h:1.13.2.6.2.3.2.6 Fri Jul 18
14:33:53 2008
+++ php-src/ext/date/lib/timelib_structs.h Thu Dec 11 13:12:22 2008
@@ -16,12 +16,12 @@
+----------------------------------------------------------------------+
*/
-/* $Id: timelib_structs.h,v 1.13.2.6.2.3.2.6 2008/07/18 14:33:53 derick Exp $
*/
+/* $Id: timelib_structs.h,v 1.13.2.6.2.3.2.7 2008/12/11 13:12:22 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