Need <string.h> for LP64 systems.

This commit is contained in:
thorpej 2000-06-04 04:51:50 +00:00
parent 713121e8c4
commit b6219f383c
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: security.c,v 1.1 2000/06/02 23:15:42 fvdl Exp $ */
/* $NetBSD: security.c,v 1.2 2000/06/04 04:51:50 thorpej Exp $ */
#include <sys/types.h>
#include <sys/time.h>
@ -10,6 +10,7 @@
#include <rpc/pmap_prot.h>
#include <err.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <util.h>
#include <syslog.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: util.c,v 1.1 2000/06/02 23:15:42 fvdl Exp $ */
/* $NetBSD: util.c,v 1.2 2000/06/04 04:51:50 thorpej Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -46,6 +46,7 @@
#include <rpc/rpc.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <netdb.h>
#include <netconfig.h>