From a67fbffff4bfafaf5da29d492b807e26759b6d69 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Ritschard Date: Sat, 6 Jun 2009 18:31:43 +0000 Subject: Get ready for including imsg.h from a lib, when it comes along. --- usr.sbin/bgpd/bgpd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/bgpd/bgpd.h') diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index 3eab2ca44b6..cf01d79ce2b 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.237 2009/06/06 06:33:15 eric Exp $ */ +/* $OpenBSD: bgpd.h,v 1.238 2009/06/06 18:31:42 pyr Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -30,7 +30,7 @@ #include #include -#include "imsg.h" +#include #define BGP_VERSION 4 #define BGP_PORT 179 -- cgit v1.2.3