add now required queue.h include

This commit is contained in:
Matt Jacob 1999-02-16 20:34:56 +00:00
parent b13864ec1a
commit 8f5381965d
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $Id: clock.c,v 1.4 1998/10/06 08:40:18 dfr Exp $ */
/* $Id: clock.c,v 1.5 1998/11/08 19:26:23 phk Exp $ */
/* $NetBSD: clock.c,v 1.20 1998/01/31 10:32:47 ross Exp $ */
/*
@ -47,6 +47,7 @@
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/queue.h>
#include <sys/sysctl.h>
#include <sys/systm.h>
#include <sys/bus.h>