summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl_parser.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-04 00:01:35 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-04 00:01:35 +0000
commite9c4a161098d204fb8e247bcd1d8add275b42cdb (patch)
tree508d5f1a7720a20bbc174c5f3ea39c82a1d52c7b /sbin/pfctl/pfctl_parser.c
parentd7c7d2ecfc537aaa3a579a56bd6cb368f723c27f (diff)
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.c4
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 *);