From cd85bc2e0bd8657cb2555fe8d631a2b0d916588e Mon Sep 17 00:00:00 2001 From: Jorge Boncompte Date: Mon, 7 Aug 2017 11:47:51 +0200 Subject: 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 --- lib/imsg-buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/imsg-buffer.c') 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 -#include "openbsd-queue.h" +#include "queue.h" #include "imsg.h" int ibuf_realloc(struct ibuf *, size_t); -- cgit v1.2.3