diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-06-17 15:19:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-17 15:19:42 -0400 |
| commit | 7ec5e2bf704242ff083e258215ed0967173b969c (patch) | |
| tree | 1121416c392d2df5624c4d114e614c63893ba6d7 /tests/lib/test_idalloc.c | |
| parent | 7925535457e1adbaf2f064e7f3d446fb9bedc353 (diff) | |
| parent | 6dcef54cbf8e08e6b9fde2997375818f4fb9a2e8 (diff) | |
Merge pull request #4514 from opensourcerouting/warnings-20190612
*: kill more warnings
Diffstat (limited to 'tests/lib/test_idalloc.c')
| -rw-r--r-- | tests/lib/test_idalloc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/test_idalloc.c b/tests/lib/test_idalloc.c index 3053c1c074..ce1582b1ba 100644 --- a/tests/lib/test_idalloc.c +++ b/tests/lib/test_idalloc.c @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "id_alloc.h" #include <inttypes.h> |
