aboutsummaryrefslogtreecommitdiffstats
path: root/xutil.c
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-03-18 19:45:08 +0100
committerWolfgang Müller2021-04-27 12:28:22 +0200
commit8edd46cb082440cf67e1389a2bf39c35ec92faf1 (patch)
tree19b52d0e7a4daaf8ec6c7e5a61a61b79bd1eeb99 /xutil.c
parent78e4541a97ee90145fd630a363a69318e4dc972d (diff)
downloadcwm-8edd46cb082440cf67e1389a2bf39c35ec92faf1.tar.gz
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
Diffstat (limited to 'xutil.c')
-rw-r--r--xutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xutil.c b/xutil.c
index 8d92b50..5d8df0e 100644
--- a/xutil.c
+++ b/xutil.c
@@ -19,7 +19,7 @@
*/
#include <sys/types.h>
-#include <sys/queue.h>
+#include "queue.h"
#include <err.h>
#include <errno.h>