summaryrefslogtreecommitdiffstats
path: root/ldpd/control.h
diff options
context:
space:
mode:
authorJorge Boncompte <jbonor@gmail.com>2017-08-07 11:47:51 +0200
committerJorge Boncompte <jbonor@gmail.com>2017-08-17 17:47:05 +0200
commitcd85bc2e0bd8657cb2555fe8d631a2b0d916588e (patch)
tree9c549835fa34d4f357466a810df244d9221f667f /ldpd/control.h
parentlib: inline route_node_lock()/route_node_unlock() (diff)
downloadfrr-cd85bc2e0bd8657cb2555fe8d631a2b0d916588e.tar.xz
frr-cd85bc2e0bd8657cb2555fe8d631a2b0d916588e.zip
lib: standardize use of queue.h
The simple queue implementation in OpenBSD and FreeBSD are called diferently, standardize in the use of the FreeBSD version and map the missing names only if we compile on OpenBSD. Signed-off-by: Jorge Boncompte <jbonor@gmail.com>
Diffstat (limited to 'ldpd/control.h')
-rw-r--r--ldpd/control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldpd/control.h b/ldpd/control.h
index 0e66a1636..23edb5f24 100644
--- a/ldpd/control.h
+++ b/ldpd/control.h
@@ -19,7 +19,7 @@
#ifndef _CONTROL_H_
#define _CONTROL_H_
-#include "openbsd-queue.h"
+#include "queue.h"
struct ctl_conn {
TAILQ_ENTRY(ctl_conn) entry;