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/rc/rc-plugin.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/rc/rc-plugin.c')
-rw-r--r-- | src/rc/rc-plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/rc-plugin.c b/src/rc/rc-plugin.c index 61759453..d981afd8 100644 --- a/src/rc/rc-plugin.c +++ b/src/rc/rc-plugin.c @@ -43,6 +43,7 @@ #include <unistd.h> #include "einfo.h" +#include "queue.h" #include "rc.h" #include "rc-misc.h" #include "rc-plugin.h" |