]> git.pld-linux.org Git - packages/php.git/commitdiff
- use standard header for int32_t/uint32_t
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 26 Dec 2004 15:35:19 +0000 (15:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-uint32_t.patch -> 1.2

php-uint32_t.patch

index c6006d2f8fad33971f431c5ac43d1d49321ff5b5..5bd1bf09bdb3da3d60858e5e310bfcd2010a8794 100644 (file)
@@ -6,7 +6,7 @@ adds missing include in zend_strtod.c (caused build to fail on sparc)
   */
  
  #include <zend_strtod.h>
-+#include <idn-int.h>
++#include <stdint.h>
  
  #if defined(LIBC_SCCS) && !defined(lint)
  static char *rcsid = "$OpenBSD: strtod.c,v 1.19 2004/02/03 16:52:11 drahn Exp $";
This page took 0.044478 seconds and 4 git commands to generate.