diff options
author | James Booth <boothj5@gmail.com> | 2014-01-23 23:53:20 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-01-23 23:53:20 +0000 |
commit | 5d85974bc0d56cdcd3c1a84040a26bdcc7f17325 (patch) | |
tree | 6a84e103082dd294edf75b40739b705db982dbd0 /tests | |
parent | 66631308a5f09645fa8975a19615b6c1127031a4 (diff) | |
download | profani-tty-5d85974bc0d56cdcd3c1a84040a26bdcc7f17325.tar.gz |
Added aliases to autocomplete
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_cmd_alias.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_cmd_alias.c b/tests/test_cmd_alias.c index b337b49a..6ca20290 100644 --- a/tests/test_cmd_alias.c +++ b/tests/test_cmd_alias.c @@ -14,6 +14,7 @@ #include "config/preferences.h" +#include "command/command.h" #include "command/commands.h" void cmd_alias_add_shows_usage_when_no_args(void **state) |