summaryrefslogtreecommitdiff
path: root/tests/lib/test_idalloc.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-06-17 15:19:42 -0400
committerGitHub <noreply@github.com>2019-06-17 15:19:42 -0400
commit7ec5e2bf704242ff083e258215ed0967173b969c (patch)
tree1121416c392d2df5624c4d114e614c63893ba6d7 /tests/lib/test_idalloc.c
parent7925535457e1adbaf2f064e7f3d446fb9bedc353 (diff)
parent6dcef54cbf8e08e6b9fde2997375818f4fb9a2e8 (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.c4
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>