commit | 535ea9f56c36dddf56b3ef8e3e0ce1b8fa80841e | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Fri May 29 16:01:05 2020 +0200 |
committer | GitHub <noreply@github.com> | Fri May 29 16:01:05 2020 +0200 |
tree | 788741d4c492778bec3df0e320a647103d7462be | |
parent | 146763543afcead927c2882cfafbf77ab91ba6e0 [diff] [blame] |
libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098)
diff --git a/tests/utests/test_hash_table.c b/tests/utests/test_hash_table.c index adececa..f705db0 100644 --- a/tests/utests/test_hash_table.c +++ b/tests/utests/test_hash_table.c
@@ -12,6 +12,8 @@ * https://opensource.org/licenses/BSD-3-Clause */ +#define _GNU_SOURCE + #include "common.h" #include "tests/config.h"