diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-04 00:01:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-04 00:01:35 +0000 |
commit | e9c4a161098d204fb8e247bcd1d8add275b42cdb (patch) | |
tree | 508d5f1a7720a20bbc174c5f3ea39c82a1d52c7b /sbin/pfctl/pfctl_radix.c | |
parent | d7c7d2ecfc537aaa3a579a56bd6cb368f723c27f (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_radix.c')
-rw-r--r-- | sbin/pfctl/pfctl_radix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl_radix.c b/sbin/pfctl/pfctl_radix.c index 68e8c417381..08de265eb5d 100644 --- a/sbin/pfctl/pfctl_radix.c +++ b/sbin/pfctl/pfctl_radix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_radix.c,v 1.5 2003/01/03 22:47:51 deraadt Exp $ */ +/* $OpenBSD: pfctl_radix.c,v 1.6 2003/01/04 00:01:34 deraadt Exp $ */ /* * Copyright (c) 2002 Cedric Berger @@ -43,7 +43,7 @@ #include <unistd.h> #include <fcntl.h> -#include "pfctl_radix.h" +#include "pfctl.h" extern int dev; |