mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-15 09:42:36 +00:00
zebra: zebra_fpm_dt.c does not always need protobuf
When compiling zebra_fpm_dt.c only pull in protobuf headers if we've turned it on. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
9cbae545f0
commit
358336ef36
@ -50,8 +50,10 @@
|
|||||||
#include "qpb/qpb_allocator.h"
|
#include "qpb/qpb_allocator.h"
|
||||||
#include "qpb/linear_allocator.h"
|
#include "qpb/linear_allocator.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_PROTOBUF
|
||||||
#include "qpb/qpb.h"
|
#include "qpb/qpb.h"
|
||||||
#include "fpm/fpm.pb-c.h"
|
#include "fpm/fpm.pb-c.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Externs.
|
* Externs.
|
||||||
|
Loading…
Reference in New Issue
Block a user