pajoye          Thu Dec 11 13:12:54 2008 UTC

  Modified files:              (Branch: PHP_5_2)
    /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.4&r2=1.13.2.6.2.5&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.4 
php-src/ext/date/lib/timelib_structs.h:1.13.2.6.2.5
--- php-src/ext/date/lib/timelib_structs.h:1.13.2.6.2.4 Mon Dec 31 07:20:05 2007
+++ php-src/ext/date/lib/timelib_structs.h      Thu Dec 11 13:12:54 2008
@@ -16,12 +16,12 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: timelib_structs.h,v 1.13.2.6.2.4 2007/12/31 07:20:05 sebastian Exp $ */
+/* $Id: timelib_structs.h,v 1.13.2.6.2.5 2008/12/11 13:12:54 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

Reply via email to