Skip to content

Commit 8b62b8d

Browse files
committed
Fix [-Wundef] warning in EXIF extension
1 parent 54e2275 commit 8b62b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/exif/exif.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "php.h"
2323
#include "ext/standard/file.h"
2424

25-
#if HAVE_EXIF
25+
#ifdef HAVE_EXIF
2626

2727
/* When EXIF_DEBUG is defined the module generates a lot of debug messages
2828
* that help understanding what is going on. This can and should be used

0 commit comments

Comments
 (0)