diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-06-20 07:37:58 -0400 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 | 
| commit | 67aeb554149ae5b2632d34e5f16c8113e8870b12 (patch) | |
| tree | e8fb350be6165b6d28f022fc7958ecb4fb381fff /zebra/zebra_fpm.c | |
| parent | 164ffab25150556325b62666a082d1fe76dfa45e (diff) | |
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 7eaa83644d..8b1463c9bc 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"  | 
