X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fhealth%2Fhealth_fail.c;h=2994694fda1be8d2c818fc3c653ef617eebb0170;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hp=6520337e4c41ec7ea7b0dad06c66a21cff55fab7;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b;p=lttng-tools.git diff --git a/tests/regression/tools/health/health_fail.c b/tests/regression/tools/health/health_fail.c index 6520337e4..2994694fd 100644 --- a/tests/regression/tools/health/health_fail.c +++ b/tests/regression/tools/health/health_fail.c @@ -7,17 +7,17 @@ */ #include + +#include #include #include -#include #include /* * Check if the specified environment variable is set. * Return 1 if set, otherwise 0. */ -static -int check_env_var(const char *env) +static int check_env_var(const char *env) { if (env) { char *env_val = getenv(env);