mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 13:01:59 +00:00
lib: Cleanup include of link.h
We need link.h for the HAVE_DLINFO_LINKMAP, so include it if we need it for that code path. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
6317894ef3
commit
7b90f00cce
@ -28,7 +28,9 @@
|
||||
#include <malloc/malloc.h>
|
||||
#endif
|
||||
#include <dlfcn.h>
|
||||
#ifdef HAVE_LINK_H
|
||||
#include <link.h>
|
||||
#endif
|
||||
|
||||
#include "log.h"
|
||||
#include "memory.h"
|
||||
|
Loading…
Reference in New Issue
Block a user