summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2012-11-03 09:13:23 -0700
committerDavid Lamparter <equinox@opensourcerouting.org>2012-11-03 09:13:23 -0700
commit326fe3df2c659d62fc76f8579a414ba271e7f3e9 (patch)
treeaa493a2e7b7d487749e2109de47b1b88b16ce3fb /tests
parentfe9bb6459afe0d55e56619cdc5061d8407cd1f15 (diff)
tests: fix missing array_size() include
* tests/test-sig.c: add #include "lib/memory.h" to get array_size() Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/test-sig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-sig.c b/tests/test-sig.c
index fe428dea..df023fac 100644
--- a/tests/test-sig.c
+++ b/tests/test-sig.c
@@ -1,6 +1,7 @@
#include <zebra.h>
#include <sigevent.h>
#include "lib/log.h"
+#include "lib/memory.h"
void
sighup (void)