]> git.puffer.fish Git - mirror/frr.git/commit
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)
commit326fe3df2c659d62fc76f8579a414ba271e7f3e9
treeaa493a2e7b7d487749e2109de47b1b88b16ce3fb
parentfe9bb6459afe0d55e56619cdc5061d8407cd1f15
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>
tests/test-sig.c