Explorar el Código

Fix C99 warning

DarthSim hace 6 años
padre
commit
0687ee24a4
Se han modificado 1 ficheros con 1 adiciones y 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))