diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2003-02-17 06:56:05 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2003-02-17 06:56:05 +0000 |
commit | f33104d61a9ef6d1ca6cb6edf8c831f77e46344e (patch) | |
tree | 5d298c3a9393904197143348009a562fe7cfaf26 /sbin | |
parent | a92f781c375a3864a687aa33d97a89a5e8f13323 (diff) |
-#include <sys/ioctl.h>
mcbride@, dhartmei@ ok
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pfctl/parse.y | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y index 4f85ea8a042..ca11df71950 100644 --- a/sbin/pfctl/parse.y +++ b/sbin/pfctl/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.320 2003/02/16 15:19:42 henning Exp $ */ +/* $OpenBSD: parse.y,v 1.321 2003/02/17 06:56:04 mpech Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. @@ -27,7 +27,6 @@ %{ #include <sys/types.h> #include <sys/socket.h> -#include <sys/ioctl.h> #include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> |