diff options
author | Roland McGrath <roland@gnu.org> | 2001-10-13 22:35:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-10-13 22:35:13 +0000 |
commit | 3f9175f7b93d0775d443a9ed9000a8b4b3b61a6f (patch) | |
tree | c0d8ced1f1274feeb656249ce7c1a3ff8d97f13b | |
parent | dbb43f529e63e8cc29851e73b4d2c9315d5d6896 (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.
-rw-r--r-- | libstore/part.c | 2 |
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> |