diff options
Diffstat (limited to 'libstore')
-rw-r--r-- | libstore/memobj.c | 2 | ||||
-rw-r--r-- | libstore/nbd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libstore/memobj.c b/libstore/memobj.c index 081c59ff..2ee30f73 100644 --- a/libstore/memobj.c +++ b/libstore/memobj.c @@ -17,8 +17,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ +#include "store.h" #include <hurd.h> -#include <hurd/store.h> #include <hurd/sigpreempt.h> #include <sys/mman.h> #include <string.h> diff --git a/libstore/nbd.c b/libstore/nbd.c index 13b5c3b4..6fe910c1 100644 --- a/libstore/nbd.c +++ b/libstore/nbd.c @@ -17,8 +17,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ +#include "store.h" #include <hurd.h> -#include <hurd/store.h> #include <hurd/io.h> #include <errno.h> #include <sys/socket.h> |