php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #62034
Patch include-sys-types-h.diff revision 2012-05-16 06:22 UTC by php-bugs-2012 at ryandesign dot com

Patch include-sys-types-h.diff for gmagick Bug #62034

Patch version 2012-05-16 06:22 UTC

Return to Bug #62034 | Download this patch
Patch Revisions:

Developer: php-bugs-2012@ryandesign.com

https://bugs.php.net/62034
--- php_gmagick.h.orig	2012-01-20 09:59:58.000000000 -0600
+++ php_gmagick.h	2012-05-16 01:02:58.000000000 -0500
@@ -28,6 +28,7 @@
 
 /* Include GraphicsMagick header */
 #include <stdio.h>
+#include <sys/types.h>
 #include <wand/wand_api.h>
 
 /* Include some required php headers */
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 06:01:32 2024 UTC