diff options
| author | Russ White <russ@riw.us> | 2018-04-24 08:23:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-24 08:23:42 -0400 |
| commit | 934f5daf2edb69d13e5bdccdd5fa520e215182d9 (patch) | |
| tree | 84a6e1263b2cb5ce6a2ce9064904935bdfa50b08 /zebra/rt_netlink.c | |
| parent | daced1e600ab38bd2edec8284f2eb32cad4de7ff (diff) | |
| parent | 8b1766b148e84056d0e14ac05f98265abe72b89f (diff) | |
Merge pull request #2106 from qlyoung/zapi-msg
Split out ZAPI message creation / consumption from server implementation
Diffstat (limited to 'zebra/rt_netlink.c')
| -rw-r--r-- | zebra/rt_netlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rt_netlink.c b/zebra/rt_netlink.c index e68e3aaafd..cdc52211cc 100644 --- a/zebra/rt_netlink.c +++ b/zebra/rt_netlink.c @@ -50,7 +50,7 @@ #include "mpls.h" #include "vxlan.h" -#include "zebra/zserv.h" +#include "zebra/zapi_msg.h" #include "zebra/zebra_ns.h" #include "zebra/zebra_vrf.h" #include "zebra/rt.h" |
