diff options
Diffstat (limited to 'src/cli/commands.c')
-rw-r--r-- | src/cli/commands.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli/commands.c b/src/cli/commands.c index 85b05c2..30d3bca 100644 --- a/src/cli/commands.c +++ b/src/cli/commands.c @@ -16,6 +16,8 @@ static int run(int, char**); static int version(int, char**); static int info(int, char**); +#include "pool.h" + const struct Command commands[] = { { .name = "install", .func = install, .description = "Install OpenFortress"}, { .name = "update", .func = update, .description = "Update an existing install"}, |