Browse Source

Fix C99 warning

DarthSim 6 years ago
parent
commit
0687ee24a4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vips.c

+ 1 - 0
vips.c

@@ -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))