aboutsummaryrefslogtreecommitdiff
path: root/src/rc/fstabinfo.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/rc/fstabinfo.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/rc/fstabinfo.c')
-rw-r--r--src/rc/fstabinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/fstabinfo.c b/src/rc/fstabinfo.c
index 99eb7bc0..34fea304 100644
--- a/src/rc/fstabinfo.c
+++ b/src/rc/fstabinfo.c
@@ -70,6 +70,7 @@
#include "builtins.h"
#include "einfo.h"
+#include "queue.h"
#include "rc.h"
#include "rc-misc.h"