aboutsummaryrefslogtreecommitdiff
path: root/src/librc/librc-depend.c
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-10-23 18:33:27 -0400
committerWilliam Hubbs <w.d.hubbs@gmail.com>2014-10-23 19:14:06 -0500
commit1e0a4bebdefd06af09ba8f2459287d3ca28f89d7 (patch)
tree718f36a41ec7f19a9ed7d654f949fd3e6a89a960 /src/librc/librc-depend.c
parentca6b86be44fc7ed618a7ab3bd021e208d38878b1 (diff)
Bundle <sys/queue.h> from NetBSD
We are bundling this to allow building on musl-based systems since musl does not include <sys/queue.h>.
Diffstat (limited to 'src/librc/librc-depend.c')
-rw-r--r--src/librc/librc-depend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librc/librc-depend.c b/src/librc/librc-depend.c
index c9df4513..d7a8ae14 100644
--- a/src/librc/librc-depend.c
+++ b/src/librc/librc-depend.c
@@ -30,6 +30,7 @@
#include <sys/utsname.h>
+#include "queue.h"
#include "librc.h"
#define GENDEP RC_LIBEXECDIR "/sh/gendepends.sh"