summaryrefslogtreecommitdiff
path: root/ext/exif
diff options
context:
space:
mode:
authorGeorge Peter Banyard <girgias@php.net>2020-05-12 22:58:49 +0200
committerGeorge Peter Banyard <girgias@php.net>2020-05-16 15:31:16 +0200
commite37501e6c71125b4f774eb5e0d02f3894a38e21f (patch)
tree751949af3f7a7cbae4a9f7c46cb8e0a042a884dd /ext/exif
parent62b1d2cb69dddfbc752b6a684d94bb520742a851 (diff)
downloadphp-git-e37501e6c71125b4f774eb5e0d02f3894a38e21f.tar.gz
Fix [-Wundef] warning in EXIF extension
Diffstat (limited to 'ext/exif')
-rw-r--r--ext/exif/exif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/exif/exif.c b/ext/exif/exif.c
index 57ca8fdaa6..d73a6d4032 100644
--- a/ext/exif/exif.c
+++ b/ext/exif/exif.c
@@ -22,7 +22,7 @@
#include "php.h"
#include "ext/standard/file.h"
-#if HAVE_EXIF
+#ifdef HAVE_EXIF
/* When EXIF_DEBUG is defined the module generates a lot of debug messages
* that help understanding what is going on. This can and should be used