diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 10:48:28 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 10:48:28 +0000 |
| commit | aa430e7b5c2b1da7b148bb81616ef8d577cbbfbd (patch) | |
| tree | ea31e57b5d568cb7de952d4030c2cecf5ccb2ac2 /lib/libc | |
| parent | 4be18f39ecc8972da1d0272e36df861a625312db (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/rpc/clnt_generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/clnt_generic.c b/lib/libc/rpc/clnt_generic.c index 5e3cb7bb922b..ba23c417b594 100644 --- a/lib/libc/rpc/clnt_generic.c +++ b/lib/libc/rpc/clnt_generic.c @@ -38,7 +38,7 @@ static char *rcsid = "$FreeBSD$"; */ #include <rpc/rpc.h> #include <sys/socket.h> -#include <sys/errno.h> +#include <errno.h> #include <netdb.h> #include <string.h> |
