From 4b7272c7a68c93eda93bac6fccfd4e2ce37803fe Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 19 Jun 2020 01:07:58 +0200 Subject: build: fix protobuf dependencies Need to list #include'd header files in Makefile to make sure it builds correctly. Fixes: #6576 Signed-off-by: David Lamparter --- zebra/zebra_mlag.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'zebra/zebra_mlag.h') diff --git a/zebra/zebra_mlag.h b/zebra/zebra_mlag.h index 66f5c4c67e..d10a1f9157 100644 --- a/zebra/zebra_mlag.h +++ b/zebra/zebra_mlag.h @@ -26,10 +26,6 @@ #include "zclient.h" #include "zebra/zserv.h" -#ifdef HAVE_PROTOBUF_VERSION_3 -#include "mlag/mlag.pb-c.h" -#endif - #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3