summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_dplane.h
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2018-12-19 15:03:33 +0100
committerMark Stapp <mjs@voltanet.io>2018-12-19 15:03:33 +0100
commit214fc2bd3a171716330701d951d3b314717c904a (patch)
treecbe1cf3959fc7b24ce0c1ad694bb052499a5125c /zebra/zebra_dplane.h
parenttopotests: Add a basic route leak vrf test (diff)
downloadfrr-214fc2bd3a171716330701d951d3b314717c904a.tar.xz
frr-214fc2bd3a171716330701d951d3b314717c904a.zip
zebra: include lib/queue.h in zebra dataplane
Replace direct use of one of the platform-specific xxx-queue.h headers - use the wrapper queue.h instead. Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'zebra/zebra_dplane.h')
-rw-r--r--zebra/zebra_dplane.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_dplane.h b/zebra/zebra_dplane.h
index b6b2e6460..133685051 100644
--- a/zebra/zebra_dplane.h
+++ b/zebra/zebra_dplane.h
@@ -24,7 +24,7 @@
#include "lib/prefix.h"
#include "lib/nexthop.h"
#include "lib/nexthop_group.h"
-#include "lib/openbsd-queue.h"
+#include "lib/queue.h"
#include "zebra/zebra_ns.h"
#include "zebra/rib.h"
#include "zebra/zserv.h"