summaryrefslogtreecommitdiff
path: root/nfs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-03 22:52:35 +0000
committerRoland McGrath <roland@gnu.org>2002-05-03 22:52:35 +0000
commit4dc56d7cac6732f34aa0e0dc9a9a702671b9e8a2 (patch)
tree40530fe7f80d509a60396b93801f98a9c17ad753 /nfs
parentf6139e0b85306b56b3eaebc1c67c954273350751 (diff)
2002-05-03 Roland McGrath <roland@frob.com>
* mount.c: Include <error.h>.
Diffstat (limited to 'nfs')
-rw-r--r--nfs/mount.c1
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>