Correct usage of HAVE_REGEX

v0.27.3
Luis Diaz Mas 8 years ago
parent 8c323cad04
commit 1d327fba21

@ -47,7 +47,7 @@ EXIV2_RCSID("@(#) $Id$")
#include <cassert>
#include <cctype>
#if EXV_HAVE_REGEX
#ifdef EXV_HAVE_REGEX
#include <regex.h>
#endif

Loading…
Cancel
Save