summaryrefslogtreecommitdiff
path: root/ext/exif
diff options
context:
space:
mode:
authorGeorge Peter Banyard <girgias@php.net>2020-05-12 23:04:56 +0200
committerGeorge Peter Banyard <girgias@php.net>2020-05-16 15:31:16 +0200
commitfb5114c675be31e26df823fbf2d678c3035ce3aa (patch)
tree900b9f7fcf799ffe7c5651da41b31e87c8815a07 /ext/exif
parente37501e6c71125b4f774eb5e0d02f3894a38e21f (diff)
downloadphp-git-fb5114c675be31e26df823fbf2d678c3035ce3aa.tar.gz
Fix [-Wundef] warning in Filter extension
Diffstat (limited to 'ext/exif')
-rw-r--r--ext/exif/php_exif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/exif/php_exif.h b/ext/exif/php_exif.h
index 2ffdb6a8a2..466b02645f 100644
--- a/ext/exif/php_exif.h
+++ b/ext/exif/php_exif.h
@@ -15,7 +15,7 @@
+----------------------------------------------------------------------+
*/
-#if HAVE_EXIF
+#ifdef HAVE_EXIF
#include "php_version.h"
#define PHP_EXIF_VERSION PHP_VERSION