Include missing <sys/kernel.h> for `hz'.

Submitted by:  David Greenman, Rod Grimes, Christoph Kukulies
This commit is contained in:
Garrett Wollman 1995-02-17 00:29:42 +00:00
parent a4d5d0cbde
commit c7a82f9016
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6510

View File

@ -31,11 +31,12 @@
* SUCH DAMAGE.
*
* From: @(#)tcp_usrreq.c 8.2 (Berkeley) 1/3/94
* $Id: tcp_usrreq.c,v 1.9 1995/02/16 00:55:43 wollman Exp $
* $Id: tcp_usrreq.c,v 1.10 1995/02/16 01:42:45 wollman Exp $
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/socket.h>