Code clean up:

Added missing headers for system functions.
This commit is contained in:
James Raynard 1996-06-03 13:16:53 +00:00
parent 2fdaa11e37
commit 0eb3435311
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16095

View file

@ -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;