diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 16:22:05 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-09 12:50:40 -0500 |
| commit | c6d94a705604c06f2241e2525bc2fbc2ee83bc80 (patch) | |
| tree | 1115644d88fbc557f3661e591d2a7cbf5d2e5193 /babeld | |
| parent | 33744ae4fca311840cd2971fac433f2b6b2aadd5 (diff) | |
*: zebra.h should not have fcntl.h
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'babeld')
| -rw-r--r-- | babeld/babel_main.c | 2 | ||||
| -rw-r--r-- | babeld/kernel.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/babeld/babel_main.c b/babeld/babel_main.c index c751e49651..7122d6953b 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" diff --git a/babeld/kernel.c b/babeld/kernel.c index 4fe5bcfea6..aed6dc9c4f 100644 --- a/babeld/kernel.c +++ b/babeld/kernel.c @@ -11,6 +11,7 @@ Copyright 2011, 2012 by Matthieu Boutier and Juliusz Chroboczek #include <sys/time.h> #include <sys/param.h> #include <time.h> +#include <fcntl.h> #include "babeld.h" |
