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 /vtysh | |
| parent | b6f1a4089fc88a343856ae5ce8667f43c7b37ba2 (diff) | |
lib: zebra.h is not using signal.h
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'vtysh')
| -rw-r--r-- | vtysh/vtysh_main.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/vtysh/vtysh_main.c b/vtysh/vtysh_main.c index 58b1ded23e..6065776f11 100644 --- a/vtysh/vtysh_main.c +++ b/vtysh/vtysh_main.c @@ -5,6 +5,7 @@  #include <zebra.h> +#include <signal.h>  #include <sys/stat.h>  #include <sys/un.h>  #include <setjmp.h>  | 
