1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-02 11:34:20 +02:00

Fix C99 warning

This commit is contained in:
DarthSim 2019-05-07 17:23:38 +06:00
parent 9aa5e20b3f
commit 0687ee24a4

1
vips.c
View File

@ -1,4 +1,5 @@
#include "vips.h"
#include <string.h>
#define VIPS_SUPPORT_SMARTCROP \
(VIPS_MAJOR_VERSION > 8 || (VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION >= 5))