From 0eb3435311bb0cdbebf9618ceca97d1cf6d737e1 Mon Sep 17 00:00:00 2001 From: James Raynard Date: Mon, 3 Jun 1996 13:16:53 +0000 Subject: [PATCH] Code clean up: Added missing headers for system functions. --- lib/libc/yp/xdryp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libc/yp/xdryp.c b/lib/libc/yp/xdryp.c index 2bba485c9af5..2d63227713dd 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 #include +#include +#include extern int (*ypresp_allfn)(); extern void *ypresp_data;