From 8edd46cb082440cf67e1389a2bf39c35ec92faf1 Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Wed, 18 Mar 2020 19:45:08 +0100 Subject: Add BSD compatibility functions and headers Original file locations in the OpenBSD tree: - lib/libc/stdlib/reallocarray.c - lib/libc/stdlib/strtonum.c - lib/libc/string/strlcat.c - lib/libc/string/strlcpy.c - sys/sys/queue.h --- xmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmalloc.c') diff --git a/xmalloc.c b/xmalloc.c index f4bfee8..278d673 100644 --- a/xmalloc.c +++ b/xmalloc.c @@ -19,7 +19,7 @@ */ #include -#include +#include "queue.h" #include #include -- cgit v1.2.3-2-gb3c3