mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 00:41:30 +01:00
add now required queue.h include
This commit is contained in:
parent
b13864ec1a
commit
8f5381965d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44093
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user