From 26bd2cba815e01d9c20beba9b36d64fe27ce5740 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Apr 2013 16:15:42 +0200 Subject: [PATCH] gd: missing headers in previous --- ext/gd/php_gd.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 3c60007a78..c42ebade13 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -123,9 +123,12 @@ PHP_FUNCTION(imagegrabscreen); PHP_FUNCTION(imagerotate); +#ifdef HAVE_GD_IMAGE_FLIP +PHP_FUNCTION(imageflip); +#endif + #ifdef HAVE_GD_BUNDLED PHP_FUNCTION(imageantialias); -PHP_FUNCTION(imageflip); PHP_FUNCTION(imagecrop); PHP_FUNCTION(imagecropauto); PHP_FUNCTION(imagescale); -- 2.40.0