diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-10-23 18:33:27 -0400 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-10-23 19:14:06 -0500 |
commit | 1e0a4bebdefd06af09ba8f2459287d3ca28f89d7 (patch) | |
tree | 718f36a41ec7f19a9ed7d654f949fd3e6a89a960 /src/librc/librc-misc.c | |
parent | ca6b86be44fc7ed618a7ab3bd021e208d38878b1 (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-misc.c')
-rw-r--r-- | src/librc/librc-misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librc/librc-misc.c b/src/librc/librc-misc.c index b907c5c4..2e9de801 100644 --- a/src/librc/librc-misc.c +++ b/src/librc/librc-misc.c @@ -28,6 +28,7 @@ * SUCH DAMAGE. */ +#include "queue.h" #include "librc.h" bool |