summaryrefslogtreecommitdiff
path: root/libstore
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-10-13 22:35:13 +0000
committerRoland McGrath <roland@gnu.org>2001-10-13 22:35:13 +0000
commit3f9175f7b93d0775d443a9ed9000a8b4b3b61a6f (patch)
treec0d8ced1f1274feeb656249ce7c1a3ff8d97f13b /libstore
parentdbb43f529e63e8cc29851e73b4d2c9315d5d6896 (diff)
2001-10-06 Neal H Walfield <neal@cs.uml.edu>
* memobj.c: Include "store.h", not <hurd/store.h>. * nbd.c: Likewise. * part.c: Likewise.
Diffstat (limited to 'libstore')
-rw-r--r--libstore/part.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/part.c b/libstore/part.c
index ef5e1875..7df62f0a 100644
--- a/libstore/part.c
+++ b/libstore/part.c
@@ -19,11 +19,11 @@
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 <stdlib.h>
#include <errno.h>
#include <assert.h>
#include <cthreads.h>
-#include <hurd/store.h>
#include <parted/parted.h>
#include <parted/device_gnu.h>