diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-01-17 05:16:38 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-01-17 05:16:38 +0000 |
commit | aefa8b2a0c4ab231539f4ff783b59e26fc67759e (patch) | |
tree | c24d3d033f009919e4442c8064e199fd9618a685 /sys/netinet | |
parent | 563aa13c03d2813c7166caafc538d5e70b2fb34c (diff) |
include sys/timeout.h.
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/ip_fil.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_fil.c b/sys/netinet/ip_fil.c index da31e69f30d..11a41d22bf1 100644 --- a/sys/netinet/ip_fil.c +++ b/sys/netinet/ip_fil.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_fil.c,v 1.38 2001/01/17 04:47:12 fgsch Exp $ */ +/* $OpenBSD: ip_fil.c,v 1.39 2001/01/17 05:16:37 fgsch Exp $ */ /* * Copyright (C) 1993-2000 by Darren Reed. @@ -174,6 +174,7 @@ struct callout_handle ipfr_slowtimer_ch; struct callout ipfr_slowtimer_ch; #endif #if defined(__OpenBSD__) +#include <sys/timeout.h> struct timeout ipfr_slowtimer_ch; #endif #if defined(__sgi) && defined(_KERNEL) |