Oops, we depend on <sys/queue.h>.

This commit is contained in:
thorpej 1998-04-29 17:49:58 +00:00
parent d4ef5aa94d
commit 93b075a492
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: route.h,v 1.12 1998/04/29 03:41:49 kml Exp $ */
/* $NetBSD: route.h,v 1.13 1998/04/29 17:49:58 thorpej Exp $ */
/*
* Copyright (c) 1980, 1986, 1993
@ -37,6 +37,9 @@
#ifndef _NET_ROUTE_H_
#define _NET_ROUTE_H_
#include <sys/queue.h>
/*
* Kernel resident routing tables.
*