diff options
author | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 22:22:05 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-09 18:50:40 +0100 |
commit | c6d94a705604c06f2241e2525bc2fbc2ee83bc80 (patch) | |
tree | 1115644d88fbc557f3661e591d2a7cbf5d2e5193 /babeld/babel_main.c | |
parent | lib: zebra.h was including compiler.h two times (diff) | |
download | frr-c6d94a705604c06f2241e2525bc2fbc2ee83bc80.tar.xz frr-c6d94a705604c06f2241e2525bc2fbc2ee83bc80.zip |
*: zebra.h should not have fcntl.h
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'babeld/babel_main.c')
-rw-r--r-- | babeld/babel_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/babeld/babel_main.c b/babeld/babel_main.c index c751e4965..7122d6953 100644 --- a/babeld/babel_main.c +++ b/babeld/babel_main.c @@ -5,6 +5,8 @@ Copyright 2011 by Matthieu Boutier and Juliusz Chroboczek /* include zebra library */ #include <zebra.h> +#include <fcntl.h> + #include "getopt.h" #include "if.h" #include "log.h" |