diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 15:54:08 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 15:54:08 +0000 |
commit | 3cc11b2d334156d10a0d1f9e84eebf226ad89348 (patch) | |
tree | 383fe7808323195ed0f71b5fce042641db72f55f /libnetfs | |
parent | 6b715305542891c1983f6b37b4f1f8b97dc49de0 (diff) |
ioserver.h -> iohelp.h.
Diffstat (limited to 'libnetfs')
-rw-r--r-- | libnetfs/netfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/netfs.h b/libnetfs/netfs.h index 0a16d5b2..d67e2206 100644 --- a/libnetfs/netfs.h +++ b/libnetfs/netfs.h @@ -21,7 +21,7 @@ #include <hurd/ports.h> #include <hurd/fshelp.h> -#include <hurd/ioserver.h> +#include <hurd/iohelp.h> #include <assert.h> #include <argp.h> |