Skip to content

Commit

Permalink
zebra: Cleanup compile issues discovered by ci
Browse files Browse the repository at this point in the history
Include a couple of missed headers.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
  • Loading branch information
donaldsharp authored and qlyoung committed Aug 14, 2018
1 parent 164ffab commit 67aeb55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions zebra/rule_socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include "if.h"
#include "prefix.h"
#include "vrf.h"
#include "lib_errors.h"

#include "zebra/zserv.h"
#include "zebra/zebra_ns.h"
Expand Down
1 change: 1 addition & 0 deletions zebra/zebra_fpm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 67aeb55

Please sign in to comment.