Include <string.h> for memset() prototype.

This commit is contained in:
martin 2002-10-29 10:59:32 +00:00
parent 78902b71ba
commit 3fcea7fb21

View File

@ -1,4 +1,4 @@
/* $NetBSD: fifo.c,v 1.1.1.1 2002/10/03 07:46:03 jdolecek Exp $ */
/* $NetBSD: fifo.c,v 1.2 2002/10/29 10:59:32 martin Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -45,6 +45,7 @@
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <inttypes.h>