diff options
Diffstat (limited to 'tests/scripts')
-rw-r--r-- | tests/scripts/test-scripts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/test-scripts.cpp b/tests/scripts/test-scripts.cpp index 34ca7643f..1ece28301 100644 --- a/tests/scripts/test-scripts.cpp +++ b/tests/scripts/test-scripts.cpp @@ -36,7 +36,7 @@ extern "C" #include "src/plugins/plugin.h" } -extern void run_cmd (const char *command); +#include "tests/tests.h" struct t_hook *api_hook_print = NULL; int api_tests_ok = 0; |