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 /lib/event.c | |
| parent | b6f1a4089fc88a343856ae5ce8667f43c7b37ba2 (diff) | |
lib: zebra.h is not using signal.h
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/event.c')
| -rw-r--r-- | lib/event.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/event.c b/lib/event.c index 3ca27f6d8c..a7851f6983 100644 --- a/lib/event.c +++ b/lib/event.c @@ -6,6 +6,8 @@ /* #define DEBUG */ #include <zebra.h> + +#include <signal.h> #include <sys/resource.h> #include "frrevent.h" |
