diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2001-04-02 21:41:44 +0000 | 
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2001-04-02 21:41:44 +0000 | 
| commit | 9f5afc134f0b1f87d1e6dfcaff8452332b12bf5c (patch) | |
| tree | d315e08adb778e394a4f146ec7b78f3a29f3e72f /lib/libc/rpc/clnt_simple.c | |
| parent | a7d51bb8c8dbe9b442bd20578893ead05024f6ce (diff) | |
Notes
Diffstat (limited to 'lib/libc/rpc/clnt_simple.c')
| -rw-r--r-- | lib/libc/rpc/clnt_simple.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/clnt_simple.c b/lib/libc/rpc/clnt_simple.c index 09b65fc0b0d0..f8c29d024f36 100644 --- a/lib/libc/rpc/clnt_simple.c +++ b/lib/libc/rpc/clnt_simple.c @@ -44,8 +44,8 @@ static char *rcsid = "$FreeBSD$";   *   */ -#include "reentrant.h"  #include "namespace.h" +#include "reentrant.h"  #include <sys/param.h>  #include <stdio.h>  #include <errno.h>  | 
