From e7a5897899c7bc887604debef57ccd99a30557b7 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 3 Feb 1998 22:19:35 +0000 Subject: Added #include of so that this file is more "self"-sufficent. --- sys/net/raw_cb.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/net/raw_cb.h') diff --git a/sys/net/raw_cb.h b/sys/net/raw_cb.h index 2cc5cccd61e0..23849ee3bf19 100644 --- a/sys/net/raw_cb.h +++ b/sys/net/raw_cb.h @@ -31,12 +31,14 @@ * SUCH DAMAGE. * * @(#)raw_cb.h 8.1 (Berkeley) 6/10/93 - * $Id: raw_cb.h,v 1.8 1997/04/14 18:23:23 phk Exp $ + * $Id: raw_cb.h,v 1.9 1997/04/27 20:00:58 wollman Exp $ */ #ifndef _NET_RAW_CB_H_ #define _NET_RAW_CB_H_ +#include + /* * Raw protocol interface control block. Used * to tie a socket to the generic raw interface. -- cgit v1.2.3