diff options
Diffstat (limited to 'libstore/nbd.c')
-rw-r--r-- | libstore/nbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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> |