diff options
author | Rob Landley <rob@landley.net> | 2015-05-18 19:14:53 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-05-18 19:14:53 -0500 |
commit | 0cb5b70fa4ef093b08e59db813e73f3be6ecef4b (patch) | |
tree | 49b1b0101dea867b1b98068fade72e2ee88c405c /toys.h | |
parent | 821f31d237e0232c2810a5ed90889a1ea57134fb (diff) | |
download | toybox-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |