Don't assume that an inclusion of <sys/time.h> makes visible all definitions
from <sys/types.h>.
This commit is contained in:
parent
08f1edf858
commit
21a53ba722
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: dkstats.c,v 1.1 1996/05/10 23:19:27 thorpej Exp $ */
|
||||
/* $NetBSD: dkstats.c,v 1.2 1998/04/01 16:41:31 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996 John M. Vinopal
|
||||
@ -32,6 +32,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/dkstat.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/disk.h>
|
||||
|
Loading…
Reference in New Issue
Block a user