1 --- raptor/src/raptor2.h.in.orig 2016-08-26 23:45:34.543400074 +0200
2 +++ raptor/src/raptor2.h.in 2016-08-26 23:45:40.479399614 +0200
4 void* raptor_avltree_iterator_get(raptor_avltree_iterator* iterator);
8 void raptor_sort_r(void *base, size_t nel, size_t width, raptor_data_compare_arg_handler compar, void *user_data);
11 --- raptor/src/raptor_uri.c 2016-08-26 23:45:34.543400074 +0200
12 +++ raptor/src/raptor_uri.c 2016-08-26 23:45:40.479399614 +0200
17 +#if !defined(HAVE_ACCESS) && defined(HAVE__ACCESS)
23 #include "raptor_internal.h"