mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-02-07 11:36:25 +02:00
Fix C99 warning
This commit is contained in:
parent
9aa5e20b3f
commit
0687ee24a4
1
vips.c
1
vips.c
@ -1,4 +1,5 @@
|
|||||||
#include "vips.h"
|
#include "vips.h"
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#define VIPS_SUPPORT_SMARTCROP \
|
#define VIPS_SUPPORT_SMARTCROP \
|
||||||
(VIPS_MAJOR_VERSION > 8 || (VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION >= 5))
|
(VIPS_MAJOR_VERSION > 8 || (VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION >= 5))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user