diff options
| author | Jorge Boncompte <jbonor@gmail.com> | 2017-08-07 11:47:51 +0200 |
|---|---|---|
| committer | Jorge Boncompte <jbonor@gmail.com> | 2017-08-17 17:47:05 +0200 |
| commit | cd85bc2e0bd8657cb2555fe8d631a2b0d916588e (patch) | |
| tree | 9c549835fa34d4f357466a810df244d9221f667f /lib/imsg-buffer.c | |
| parent | 01dccc0b19e2d568d3a69531aaea1bfbd848c39d (diff) | |
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 'lib/imsg-buffer.c')
| -rw-r--r-- | lib/imsg-buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/imsg-buffer.c b/lib/imsg-buffer.c index a486fc17c1..ae660504e4 100644 --- a/lib/imsg-buffer.c +++ b/lib/imsg-buffer.c @@ -18,7 +18,7 @@ #include <zebra.h> -#include "openbsd-queue.h" +#include "queue.h" #include "imsg.h" int ibuf_realloc(struct ibuf *, size_t); |
