diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-06-20 13:37:58 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 22:02:05 +0200 |
commit | 67aeb554149ae5b2632d34e5f16c8113e8870b12 (patch) | |
tree | e8fb350be6165b6d28f022fc7958ecb4fb381fff /zebra/zebra_fpm.c | |
parent | *: remove \n from error code texts (diff) | |
download | frr-67aeb554149ae5b2632d34e5f16c8113e8870b12.tar.xz frr-67aeb554149ae5b2632d34e5f16c8113e8870b12.zip |
zebra: Cleanup compile issues discovered by ci
Include a couple of missed headers.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_fpm.c')
-rw-r--r-- | zebra/zebra_fpm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_fpm.c b/zebra/zebra_fpm.c index 7eaa83644..8b1463c9b 100644 --- a/zebra/zebra_fpm.c +++ b/zebra/zebra_fpm.c @@ -35,6 +35,7 @@ #include "zebra/zserv.h" #include "zebra/zebra_ns.h" #include "zebra/zebra_vrf.h" +#include "zebra/zebra_errors.h" #include "fpm/fpm.h" #include "zebra_fpm_private.h" |