From: David Lamparter Date: Sat, 3 Nov 2012 16:13:23 +0000 (-0700) Subject: tests: fix missing array_size() include X-Git-Tag: frr-2.0-rc1~1759 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=326fe3df2c659d62fc76f8579a414ba271e7f3e9;p=matthieu%2Ffrr.git tests: fix missing array_size() include * tests/test-sig.c: add #include "lib/memory.h" to get array_size() Signed-off-by: David Lamparter --- diff --git a/tests/test-sig.c b/tests/test-sig.c index fe428dea98..df023fac60 100644 --- a/tests/test-sig.c +++ b/tests/test-sig.c @@ -1,6 +1,7 @@ #include #include #include "lib/log.h" +#include "lib/memory.h" void sighup (void)