Skip to content

Commit

Permalink
Add missing netlink include in nbrmgr.cpp (sonic-net#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik authored and kktheballer committed Dec 20, 2020
1 parent 756dd9c commit 033cc40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cfgmgr/nbrmgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <netinet/in.h>
#include <net/if.h>
#include <unistd.h>
#include <netlink/cache.h>

#include "logger.h"
#include "tokenize.h"
Expand Down

0 comments on commit 033cc40

Please sign in to comment.