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 /ldpd | |
| parent | 33744ae4fca311840cd2971fac433f2b6b2aadd5 (diff) | |
*: zebra.h should not have fcntl.h
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ldpd')
| -rw-r--r-- | ldpd/ldpd.c | 2 | ||||
| -rw-r--r-- | ldpd/socket.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ldpd/ldpd.c b/ldpd/ldpd.c index 3c616d4a8c..621f0c9a43 100644 --- a/ldpd/ldpd.c +++ b/ldpd/ldpd.c @@ -9,6 +9,8 @@ */ #include <zebra.h> + +#include <fcntl.h> #include <sys/wait.h> #include "ldpd.h" diff --git a/ldpd/socket.c b/ldpd/socket.c index 6b7e475d7f..71d5c21753 100644 --- a/ldpd/socket.c +++ b/ldpd/socket.c @@ -9,6 +9,7 @@ */ #include <zebra.h> +#include <fcntl.h> #include "ldpd.h" #include "ldpe.h" |
