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>
This commit is contained in:
David Lamparter 2012-11-03 09:13:23 -07:00
parent fe9bb6459a
commit 326fe3df2c

View File

@ -1,6 +1,7 @@
#include <zebra.h>
#include <sigevent.h>
#include "lib/log.h"
#include "lib/memory.h"
void
sighup (void)