summaryrefslogtreecommitdiffstats
path: root/lib/mgmt_msg.c
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2024-01-11 13:50:21 +0100
committerGitHub <noreply@github.com>2024-01-11 13:50:21 +0100
commit67e8ef293f03b2dfd52981c7d82fbc98716fa1e5 (patch)
tree3c1d816e4f15c9a5c5332750b06216dadcf2be6f /lib/mgmt_msg.c
parentMerge pull request #15124 from fdumontet6WIND/large_fds (diff)
parentlib: limits.h is not needed by zebra.h (diff)
downloadfrr-67e8ef293f03b2dfd52981c7d82fbc98716fa1e5.tar.xz
frr-67e8ef293f03b2dfd52981c7d82fbc98716fa1e5.zip
Merge pull request #15098 from donaldsharp/lib_zebra_h_cleanup_2
Lib zebra h cleanup 2
Diffstat (limited to 'lib/mgmt_msg.c')
-rw-r--r--lib/mgmt_msg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mgmt_msg.c b/lib/mgmt_msg.c
index 782707b46..aff9af7e8 100644
--- a/lib/mgmt_msg.c
+++ b/lib/mgmt_msg.c
@@ -7,6 +7,8 @@
* Copyright (c) 2023, LabN Consulting, L.L.C.
*/
#include <zebra.h>
+#include <sys/stat.h>
+
#include "debug.h"
#include "network.h"
#include "sockopt.h"