diff options
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r-- | ext/gd/php_gd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 9091c16ef4..cc87bd5bab 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -121,8 +121,9 @@ PHP_FUNCTION(imagegrabwindow); PHP_FUNCTION(imagegrabscreen); #endif -#ifdef HAVE_GD_BUNDLED PHP_FUNCTION(imagerotate); + +#ifdef HAVE_GD_BUNDLED PHP_FUNCTION(imageantialias); #endif |