diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-01-05 09:36:09 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-09 12:50:40 -0500 |
| commit | 8049f74fc638929b6e134b3f757d980d3559b226 (patch) | |
| tree | 19af3d5c5588549ecc8876877a2981ad20d54d68 /watchfrr | |
| parent | b6f1a4089fc88a343856ae5ce8667f43c7b37ba2 (diff) | |
lib: zebra.h is not using signal.h
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'watchfrr')
| -rw-r--r-- | watchfrr/watchfrr.c | 2 | ||||
| -rw-r--r-- | watchfrr/watchfrr_vty.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/watchfrr/watchfrr.c b/watchfrr/watchfrr.c index 406765a781..707e01f4ef 100644 --- a/watchfrr/watchfrr.c +++ b/watchfrr/watchfrr.c @@ -6,6 +6,8 @@ */ #include <zebra.h> + +#include <signal.h> #include <sys/stat.h> #include <fcntl.h> diff --git a/watchfrr/watchfrr_vty.c b/watchfrr/watchfrr_vty.c index 3afc76761d..0547c1e8b3 100644 --- a/watchfrr/watchfrr_vty.c +++ b/watchfrr/watchfrr_vty.c @@ -6,6 +6,8 @@ */ #include <zebra.h> + +#include <signal.h> #include <sys/wait.h> #include "memory.h" |
