diff options
Diffstat (limited to 'ext/standard/php_image.h')
-rw-r--r-- | ext/standard/php_image.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/php_image.h b/ext/standard/php_image.h index d2fb431c0e..bc2c9d4ac5 100644 --- a/ext/standard/php_image.h +++ b/ext/standard/php_image.h @@ -18,9 +18,9 @@ /* $Id$ */ -#ifndef _IMAGE_H -#define _IMAGE_H +#ifndef PHP_IMAGE_H +#define PHP_IMAGE_H PHP_FUNCTION(getimagesize); -#endif /* _IMAGE_H */ +#endif /* PHP_IMAGE_H */ |