Loading pkgs/development/r-modules/patches/rhdf5.patch +3 −2 Original line number Diff line number Diff line Loading @@ -35,11 +35,12 @@ index b326444..5d58b4a 100644 /* return value of lock attempt */ PROTECT(Rval = allocVector(INTSXP, 1)); diff --git a/src/h5testLock.h b/src/h5testLock.h index 2c1c5e4..660c747 100644 index 2c1c5e4..25914ff 100644 --- a/src/h5testLock.h +++ b/src/h5testLock.h @@ -1,5 +1,4 @@ @@ -1,5 +1,5 @@ #include <fcntl.h> +#include <unistd.h> #include "myhdf5.h" -#include <H5private.h> Loading Loading
pkgs/development/r-modules/patches/rhdf5.patch +3 −2 Original line number Diff line number Diff line Loading @@ -35,11 +35,12 @@ index b326444..5d58b4a 100644 /* return value of lock attempt */ PROTECT(Rval = allocVector(INTSXP, 1)); diff --git a/src/h5testLock.h b/src/h5testLock.h index 2c1c5e4..660c747 100644 index 2c1c5e4..25914ff 100644 --- a/src/h5testLock.h +++ b/src/h5testLock.h @@ -1,5 +1,4 @@ @@ -1,5 +1,5 @@ #include <fcntl.h> +#include <unistd.h> #include "myhdf5.h" -#include <H5private.h> Loading