diff options
author | Roland McGrath <roland@gnu.org> | 2001-10-06 18:33:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-10-06 18:33:51 +0000 |
commit | 45151e7bd31478d584dec0a03092201eed5fd56d (patch) | |
tree | d3bd7521444e45fb99cc4019fbe9ac34fe7034c5 /libstore/memobj.c | |
parent | 25f74dd0808266606751650b3846ca9746b8835a (diff) |
2001-10-06 Neal H Walfield <neal@cs.uml.edu>
* memobj.c: Include "store.h", not <hurd/store.h>.
* nbd.c: Likewise.
* parted.c: Likewise.
Diffstat (limited to 'libstore/memobj.c')
-rw-r--r-- | libstore/memobj.c | 2 |
1 files changed, 1 insertions, 1 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> |