]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: fix missing array_size() include
authorDavid Lamparter <equinox@opensourcerouting.org>
Sat, 3 Nov 2012 16:13:23 +0000 (09:13 -0700)
committerDavid Lamparter <equinox@opensourcerouting.org>
Sat, 3 Nov 2012 16:13:23 +0000 (09:13 -0700)
 * tests/test-sig.c: add #include "lib/memory.h" to get array_size()

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
tests/test-sig.c

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