--- raptor/src/raptor_uri.c	2016-08-26 23:45:34.543400074 +0200
+++ raptor/src/raptor_uri.c	2016-08-26 23:45:40.479399614 +0200
@@ -51,6 +51,10 @@
 #include <sys/stat.h>
 #endif
 
+#if !defined(HAVE_ACCESS) && defined(HAVE__ACCESS)
+#include <io.h>
+#endif
+
 /* Raptor includes */
 #include "raptor2.h"
 #include "raptor_internal.h"
