diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-04 12:47:04 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-04 12:47:04 +0000 |
commit | ad593a5f3264eeef8d8cc3dd95202d49de2e376a (patch) | |
tree | 2a58a24d0ef4e63b02f4af72155e63f899d703c5 /nfs/mount.c | |
parent | 74751f8f52c16a07d75247cd5258e83ba5d11638 (diff) | |
download | hurd-ad593a5f3264eeef8d8cc3dd95202d49de2e376a.tar.gz hurd-ad593a5f3264eeef8d8cc3dd95202d49de2e376a.tar.bz2 hurd-ad593a5f3264eeef8d8cc3dd95202d49de2e376a.zip |
*** empty log message ***
Diffstat (limited to 'nfs/mount.c')
-rw-r--r-- | nfs/mount.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nfs/mount.c b/nfs/mount.c index a7ceaf50..ce1329e2 100644 --- a/nfs/mount.c +++ b/nfs/mount.c @@ -20,7 +20,6 @@ #include "nfs.h" -#include <rpcsvc/mount.h> #include <rpc/pmap_prot.h> #include <errno.h> #include <sys/socket.h> @@ -29,6 +28,8 @@ #include <netinet/in.h> #include <stdio.h> +#include "mount.h" + /* Service name for portmapper */ char *pmap_service_name = "sunrpc"; |