fixing typo, should be IFDEF

This commit is contained in:
Eric Corriel 2015-12-27 20:39:55 -05:00
parent 8302e2ffcd
commit 630f8bb02b

View File

@ -154,7 +154,7 @@ extern "C" {
/* Still in use, but can be turned off. /* Still in use, but can be turned off.
*/ */
#if VIPS_ENABLE_DEPRECATED #ifdef VIPS_ENABLE_DEPRECATED
#include <vips/vips7compat.h> #include <vips/vips7compat.h>
#include <vips/dispatch.h> #include <vips/dispatch.h>
#include <vips/almostdeprecated.h> #include <vips/almostdeprecated.h>