commit | 403f9d0c3807d1db1879adf8dd3e10d5445a7473 | [log] [tgz] |
---|---|---|
author | Rastislav Szabo <raszabo@cisco.com> | Tue Oct 04 15:32:13 2016 +0200 |
committer | Rastislav Szabo <raszabo@cisco.com> | Tue Oct 04 15:32:13 2016 +0200 |
tree | aa09aa84d89150806efe38cf181b558bfa877193 | |
parent | 61a6000f519f41175890a27fba70559cf521709f [diff] [blame] |
conformance_tests BUGFIX add proper header for WEXITSTATUS
diff --git a/tests/conformance/test_sec7_1.c b/tests/conformance/test_sec7_1.c index b066007..1a4b52c 100644 --- a/tests/conformance/test_sec7_1.c +++ b/tests/conformance/test_sec7_1.c
@@ -19,6 +19,7 @@ #include <unistd.h> #include <cmocka.h> #include <string.h> +#include <sys/wait.h> #include "../config.h" #include "../../src/libyang.h"