summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-01-03 20:39:52 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-01-03 20:39:52 +0000
commit4e4de629b07fb1a968966313ed81107880929237 (patch)
treef05a12922ea150510f0af8ab9ddfe215bfbabcff /usr.sbin/bgpctl
parenta241516541360da48caa93086826a39e70bb6789 (diff)
#include session.h
Diffstat (limited to 'usr.sbin/bgpctl')
-rw-r--r--usr.sbin/bgpctl/bgpctl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.c b/usr.sbin/bgpctl/bgpctl.c
index 595fba88fd3..2e67a5e0b55 100644
--- a/usr.sbin/bgpctl/bgpctl.c
+++ b/usr.sbin/bgpctl/bgpctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpctl.c,v 1.5 2004/01/03 16:46:08 henning Exp $ */
+/* $OpenBSD: bgpctl.c,v 1.6 2004/01/03 20:39:51 henning Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -25,6 +25,7 @@
#include <unistd.h>
#include "bgpd.h"
+#include "session.h"
int main(int, char *[]);
void summary_head(void);