missing include in test_connections

Thanks brcarp.

See https://github.com/libvips/libvips/issues/1571
This commit is contained in:
John Cupitt 2020-03-11 09:11:29 +00:00
parent 73c1331439
commit b689235f57
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
#include <vips/vips.h>
typedef struct _MyInput {