diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-03 22:52:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-03 22:52:35 +0000 |
commit | 4dc56d7cac6732f34aa0e0dc9a9a702671b9e8a2 (patch) | |
tree | 40530fe7f80d509a60396b93801f98a9c17ad753 /nfs | |
parent | f6139e0b85306b56b3eaebc1c67c954273350751 (diff) |
2002-05-03 Roland McGrath <roland@frob.com>
* mount.c: Include <error.h>.
Diffstat (limited to 'nfs')
-rw-r--r-- | nfs/mount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nfs/mount.c b/nfs/mount.c index c013ae86..3ead073f 100644 --- a/nfs/mount.c +++ b/nfs/mount.c @@ -25,6 +25,7 @@ #undef malloc #include <rpc/pmap_prot.h> #include <errno.h> +#include <error.h> #include <sys/socket.h> #include <netdb.h> #include <string.h> |