Need string.h for memset() prototype.

This commit is contained in:
mycroft 2000-07-24 00:23:10 +00:00
parent b3e75eb4ed
commit bd58d06c50

View File

@ -1,4 +1,4 @@
/* $NetBSD: ext2fs_bswap.c,v 1.5 2000/05/15 08:51:55 bouyer Exp $ */
/* $NetBSD: ext2fs_bswap.c,v 1.6 2000/07/24 00:23:10 mycroft Exp $ */
/*
* Copyright (c) 1997 Manuel Bouyer.
@ -37,6 +37,10 @@
#include <ufs/ext2fs/ext2fs.h>
#include <ufs/ext2fs/ext2fs_dinode.h>
#if !defined(_KERNEL)
#include <string.h>
#endif
/* These functions are only needed if native byte order is not big endian */
#if BYTE_ORDER == BIG_ENDIAN
void