diff --git a/lib/src/clixon_handle.c b/lib/src/clixon_handle.c index a89d81fd..45a53ebe 100644 --- a/lib/src/clixon_handle.c +++ b/lib/src/clixon_handle.c @@ -43,6 +43,7 @@ #include #include #include +#include #include diff --git a/test/test_choice.sh b/test/test_choice.sh index 7108e6ee..c127a502 100755 --- a/test/test_choice.sh +++ b/test/test_choice.sh @@ -95,6 +95,8 @@ if [ $BE -ne 0 ]; then if [ $? -ne 0 ]; then err fi + pkill clixon_backend # to be sure + new "start backend -s init -f $cfg -y $fyang" sudo $clixon_backend -s init -f $cfg -y $fyang if [ $? -ne 0 ]; then