summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-05-12 00:02:33 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-05-12 00:02:33 +0000
commit88ce98795e60512c65517b040e879766d6bd341b (patch)
tree39bb902cb6196b79a03542cbf6e368fa866270ee /sys
parentfb64874dd00970effd8a1e35558aac5e45f31638 (diff)
missing include
Diffstat (limited to 'sys')
-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 7499129897d..4f2a372089e 100644
--- a/sys/net/pf_ioctl.c
+++ b/sys/net/pf_ioctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf_ioctl.c,v 1.60 2003/04/30 12:30:27 cedric Exp $ */
+/* $OpenBSD: pf_ioctl.c,v 1.61 2003/05/12 00:02:32 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -45,6 +45,7 @@
#include <sys/time.h>
#include <sys/timeout.h>
#include <sys/pool.h>
+#include <sys/malloc.h>
#include <net/if.h>
#include <net/if_types.h>