aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2015-05-18 19:14:53 -0500
committerRob Landley <rob@landley.net>2015-05-18 19:14:53 -0500
commit0cb5b70fa4ef093b08e59db813e73f3be6ecef4b (patch)
tree49b1b0101dea867b1b98068fade72e2ee88c405c /toys.h
parent821f31d237e0232c2810a5ed90889a1ea57134fb (diff)
downloadtoybox-0cb5b70fa4ef093b08e59db813e73f3be6ecef4b.tar.gz
Switch id over to new infrastructure, switch id to use FORCE_FLAGS, and
make lib/lsm.h auto-include from toys.h.
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index 4b2d3736..79754257 100644
--- a/toys.h
+++ b/toys.h
@@ -68,6 +68,7 @@
#include <sys/sysinfo.h>
#include "lib/lib.h"
+#include "lib/lsm.h"
#include "toys/e2fs.h"
// Get list of function prototypes for all enabled command_main() functions.