Explorar o código

Fix C99 warning

DarthSim %!s(int64=6) %!d(string=hai) anos
pai
achega
0687ee24a4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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))