diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-01-11 13:50:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-11 13:50:21 +0100 |
commit | 67e8ef293f03b2dfd52981c7d82fbc98716fa1e5 (patch) | |
tree | 3c1d816e4f15c9a5c5332750b06216dadcf2be6f /ospf6d | |
parent | Merge pull request #15124 from fdumontet6WIND/large_fds (diff) | |
parent | lib: limits.h is not needed by zebra.h (diff) | |
download | frr-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 'ospf6d')
-rw-r--r-- | ospf6d/ospf6_auth_trailer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_auth_trailer.c b/ospf6d/ospf6_auth_trailer.c index 82671eef7..54b951654 100644 --- a/ospf6d/ospf6_auth_trailer.c +++ b/ospf6d/ospf6_auth_trailer.c @@ -4,6 +4,7 @@ */ #include "zebra.h" +#include <sys/stat.h> #ifdef CRYPTO_OPENSSL #include <openssl/evp.h> |