From 72bc7ae677c0c13cc45512ec2a960a2c71227142 Mon Sep 17 00:00:00 2001 From: Philip Guenthe Date: Fri, 31 Dec 2010 21:22:43 +0000 Subject: Add missing #includes instead of assuming that some system header pulls in the needed bits ok deraadt@, millert@ --- usr.sbin/bgpd/printconf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/bgpd/printconf.c') diff --git a/usr.sbin/bgpd/printconf.c b/usr.sbin/bgpd/printconf.c index 2a618942276..76d260b548d 100644 --- a/usr.sbin/bgpd/printconf.c +++ b/usr.sbin/bgpd/printconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: printconf.c,v 1.84 2010/08/06 14:32:13 jsg Exp $ */ +/* $OpenBSD: printconf.c,v 1.85 2010/12/31 21:22:42 guenther Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -16,6 +16,7 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include #include #include #include -- cgit v1.2.3