diff options
| author | David Lamparter <equinox@diac24.net> | 2020-06-19 01:07:58 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2020-06-19 01:07:58 +0200 | 
| commit | 4b7272c7a68c93eda93bac6fccfd4e2ce37803fe (patch) | |
| tree | 956c5ec367647c4263d8338fb0789155b9701aba /zebra/zebra_mlag.h | |
| parent | 6df72c7f1779b01e8b333bca1ab640507df906fd (diff) | |
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 <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/zebra_mlag.h')
| -rw-r--r-- | zebra/zebra_mlag.h | 4 | 
1 files changed, 0 insertions, 4 deletions
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  | 
