Need <string.h> for memcmp().

This commit is contained in:
thorpej 2002-04-09 02:06:29 +00:00
parent 4f7523a4cc
commit 2e5904a52c
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmax.c,v 1.1 2002/04/03 09:09:04 lukem Exp $ */
/* $NetBSD: pmax.c,v 1.2 2002/04/09 02:06:29 thorpej Exp $ */
/*-
* Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
@ -101,7 +101,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(__lint)
__RCSID("$NetBSD: pmax.c,v 1.1 2002/04/03 09:09:04 lukem Exp $");
__RCSID("$NetBSD: pmax.c,v 1.2 2002/04/09 02:06:29 thorpej Exp $");
#endif /* !__lint */
#include <sys/param.h>
@ -112,6 +112,7 @@ __RCSID("$NetBSD: pmax.c,v 1.1 2002/04/03 09:09:04 lukem Exp $");
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/exec_elf.h>