include <string.h> for memset(3) when compiling userland test setup

This commit is contained in:
ross 1999-06-27 06:18:33 +00:00
parent 6ba417f569
commit d13c150e3b
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: subr_extent.c,v 1.27 1999/06/07 02:25:05 thorpej Exp $ */
/* $NetBSD: subr_extent.c,v 1.28 1999/06/27 06:18:33 ross Exp $ */
/*-
* Copyright (c) 1996, 1998 The NetBSD Foundation, Inc.
@ -59,6 +59,7 @@
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#define malloc(s, t, flags) malloc(s)
#define free(p, t) free(p)