diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-06-02 22:00:51 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-06-02 22:07:48 +0200 |
commit | 0ce5349f98b56de288a2e2b9046cc26545ead57a (patch) | |
tree | 8edf5490b4cf31799c069092b21ed123b4d275d2 /pimd | |
parent | lib: Remove unused INT8_MAX and UINT8_MAX values (diff) | |
download | frr-0ce5349f98b56de288a2e2b9046cc26545ead57a.tar.xz frr-0ce5349f98b56de288a2e2b9046cc26545ead57a.zip |
pimd: Cleanup mtracebis.c header inclusion a tiny bit
The header inclusion in mtracebis.c should include zebra.h
and not config.h. There are other issues that need to
be worked through as well, but we can do this in the future.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd')
-rw-r--r-- | pimd/mtracebis.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pimd/mtracebis.c b/pimd/mtracebis.c index 65c495eff..dd9576275 100644 --- a/pimd/mtracebis.c +++ b/pimd/mtracebis.c @@ -17,9 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif +#include <zebra.h> #ifdef __linux__ |