Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b780b14

Browse files
committed
extra includes for libvips 8.7
add the extra `vips7compat.h` we will need with libvips 8.7
1 parent e9939ac commit b780b14

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/doubleclick.c

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#include <gdk/gdkkeysyms.h>
4141

4242
#include <vips/vips.h>
43+
#include <vips/vips7compat.h>
4344
#include <vips/util.h>
4445

4546
#include "doubleclick.h"

src/ip.h

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ extern int statfs();
157157
#endif /*HAVE_LIBGVC*/
158158

159159
#include <vips/vips.h>
160+
#include <vips/vips7compat.h>
160161
#include <vips/debug.h>
161162

162163
#include <libxml/tree.h>

0 commit comments

Comments
 (0)