diff options
author | smart <smart@cvs.openbsd.org> | 2001-06-26 22:19:48 +0000 |
---|---|---|
committer | smart <smart@cvs.openbsd.org> | 2001-06-26 22:19:48 +0000 |
commit | 376a471338068a62a27a7963b602e5e9bca70868 (patch) | |
tree | fdbc834d990f071cbda1aa4ac4b690ba89c35f76 /sbin | |
parent | 39fda01be9ec2513f38417e36bd6b9ad574c2b97 (diff) |
Add err.h for errx()
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pfctl/pfctl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index 86aadbea9c3..6ad507ccbc7 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.15 2001/06/26 22:18:17 provos Exp $ */ +/* $OpenBSD: pfctl.c,v 1.16 2001/06/26 22:19:47 smart Exp $ */ /* * Copyright (c) 2001, Daniel Hartmeier @@ -37,6 +37,7 @@ #include <netinet/in.h> #include <net/pfvar.h> +#include <err.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |