summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hartmeier <dhartmei@cvs.openbsd.org>2002-06-10 18:52:45 +0000
committerDaniel Hartmeier <dhartmei@cvs.openbsd.org>2002-06-10 18:52:45 +0000
commite64b74e7bbb98855b6ad174e656039b41f3b9f59 (patch)
treef97cc2ab537a0e3611bc47056aa28d02245ba9c8
parentac5d049c95b0f88c7d598a590e9b7bb2906fa1e8 (diff)
#include <sys/timeout.h>, from Chris Kuethe
-rw-r--r--sys/net/pf_ioctl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/pf_ioctl.c b/sys/net/pf_ioctl.c
index 5de9b9983e2..b2b4723ea6b 100644
--- a/sys/net/pf_ioctl.c
+++ b/sys/net/pf_ioctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf_ioctl.c,v 1.3 2002/06/10 17:05:11 dhartmei Exp $ */
+/* $OpenBSD: pf_ioctl.c,v 1.4 2002/06/10 18:52:44 dhartmei Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -43,6 +43,7 @@
#include <sys/socketvar.h>
#include <sys/kernel.h>
#include <sys/time.h>
+#include <sys/timeout.h>
#include <sys/pool.h>
#include <net/if.h>