From 0cb5b70fa4ef093b08e59db813e73f3be6ecef4b Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 18 May 2015 19:14:53 -0500 Subject: Switch id over to new infrastructure, switch id to use FORCE_FLAGS, and make lib/lsm.h auto-include from toys.h. --- toys.h | 1 + 1 file changed, 1 insertion(+) (limited to 'toys.h') diff --git a/toys.h b/toys.h index 4b2d3736..79754257 100644 --- a/toys.h +++ b/toys.h @@ -68,6 +68,7 @@ #include #include "lib/lib.h" +#include "lib/lsm.h" #include "toys/e2fs.h" // Get list of function prototypes for all enabled command_main() functions. -- cgit v1.2.3