diff options
Diffstat (limited to 'sunrpc/svc_simple.c')
-rw-r--r-- | sunrpc/svc_simple.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/svc_simple.c b/sunrpc/svc_simple.c index 405860e6c0..6f24dfa42a 100644 --- a/sunrpc/svc_simple.c +++ b/sunrpc/svc_simple.c @@ -46,6 +46,7 @@ static char sccsid[] = "@(#)svc_simple.c 1.18 87/08/11 Copyr 1984 Sun Micro"; #include <netdb.h> #ifdef USE_IN_LIBIO +# include <libio/iolibio.h> # define fputs(s, f) _IO_fputs (s, f) #endif |