mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 12:52:49 +00:00
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:
parent
fe9bb6459a
commit
326fe3df2c
@ -1,6 +1,7 @@
|
||||
#include <zebra.h>
|
||||
#include <sigevent.h>
|
||||
#include "lib/log.h"
|
||||
#include "lib/memory.h"
|
||||
|
||||
void
|
||||
sighup (void)
|
||||
|
Loading…
Reference in New Issue
Block a user