diff options
| author | 2003-01-04 00:01:34 +0000 | |
|---|---|---|
| committer | 2003-01-04 00:01:34 +0000 | |
| commit | eb824e118af4eb882ee55353f6eefe01950b13f5 (patch) | |
| tree | b5b2e04a6cd49b7078d029bd82983a332b2c5984 /sbin/pfctl/pfctl_parser.c | |
| parent | Make good use of the 'else' keyword. (diff) | |
| download | wireguard-openbsd-eb824e118af4eb882ee55353f6eefe01950b13f5.tar.xz wireguard-openbsd-eb824e118af4eb882ee55353f6eefe01950b13f5.zip | |
I do not know where this policy of "one .h file for every .c file" comes
from, but whoever thought of it is stupid.
Diffstat (limited to 'sbin/pfctl/pfctl_parser.c')
| -rw-r--r-- | sbin/pfctl/pfctl_parser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl_parser.c b/sbin/pfctl/pfctl_parser.c index 6b4d000f4c0..47de8bc677b 100644 --- a/sbin/pfctl/pfctl_parser.c +++ b/sbin/pfctl/pfctl_parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_parser.c,v 1.124 2002/12/30 23:46:54 mcbride Exp $ */ +/* $OpenBSD: pfctl_parser.c,v 1.125 2003/01/04 00:01:34 deraadt Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -51,7 +51,7 @@ #include <err.h> #include "pfctl_parser.h" -#include "pf_print_state.h" +#include "pfctl.h" void print_op (u_int8_t, const char *, const char *); void print_port (u_int8_t, u_int16_t, u_int16_t, char *); |
