summaryrefslogtreecommitdiffstats
path: root/lib/libc/yp
diff options
context:
space:
mode:
authorjraynard <jraynard@FreeBSD.org>1996-06-03 13:16:53 +0000
committerjraynard <jraynard@FreeBSD.org>1996-06-03 13:16:53 +0000
commit8867615c043307904583752b9d268d69c3e07218 (patch)
treef085fa91e6191ca54a096e3a2527539c2ac955ea /lib/libc/yp
parentc4eedb196e2d6cae5cd821d1d150fed8e587e97e (diff)
downloadFreeBSD-src-8867615c043307904583752b9d268d69c3e07218.zip
FreeBSD-src-8867615c043307904583752b9d268d69c3e07218.tar.gz
Code clean up:
Added missing headers for system functions.
Diffstat (limited to 'lib/libc/yp')
-rw-r--r--lib/libc/yp/xdryp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/yp/xdryp.c b/lib/libc/yp/xdryp.c
index 2bba485..2d63227 100644
--- a/lib/libc/yp/xdryp.c
+++ b/lib/libc/yp/xdryp.c
@@ -28,11 +28,13 @@
*/
#ifndef LINT
-static char *rcsid = "$Id: xdryp.c,v 1.3 1995/04/02 19:58:29 wpaul Exp $";
+static char *rcsid = "$Id: xdryp.c,v 1.5 1996/02/04 05:05:43 wpaul Exp $";
#endif
#include <rpc/rpc.h>
#include <rpcsvc/yp.h>
+#include <stdlib.h>
+#include <string.h>
extern int (*ypresp_allfn)();
extern void *ypresp_data;
OpenPOWER on IntegriCloud