diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-01-11 14:50:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-11 14:50:21 +0200 |
| commit | 67e8ef293f03b2dfd52981c7d82fbc98716fa1e5 (patch) | |
| tree | 3c1d816e4f15c9a5c5332750b06216dadcf2be6f /lib/agentx.c | |
| parent | 5fbf0cc00dd751442108990026607740ff3d49d9 (diff) | |
| parent | c402a0bdc1c5bfaa9b222fb213315ebd2ff7bff3 (diff) | |
Merge pull request #15098 from donaldsharp/lib_zebra_h_cleanup_2
Lib zebra h cleanup 2
Diffstat (limited to 'lib/agentx.c')
| -rw-r--r-- | lib/agentx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/agentx.c b/lib/agentx.c index c2f2112d7d..70ee6753ff 100644 --- a/lib/agentx.c +++ b/lib/agentx.c @@ -4,6 +4,7 @@ */ #include <zebra.h> +#include <fcntl.h> #ifdef SNMP_AGENTX #include <net-snmp/net-snmp-config.h> |
