Explicitly pull in <sys/queue.h>.

This commit is contained in:
thorpej 2003-02-03 23:47:13 +00:00
parent 86c56c4ffe
commit c09e8e04cb

View File

@ -1,4 +1,4 @@
/* $NetBSD: time.h,v 1.36 2003/02/03 23:39:40 nathanw Exp $ */
/* $NetBSD: time.h,v 1.37 2003/02/03 23:47:13 thorpej Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@ -42,6 +42,7 @@
#ifdef _KERNEL
#include <sys/callout.h>
#include <sys/signal.h>
#include <sys/queue.h>
#endif
/*