diff options
Diffstat (limited to 'watchfrr/watchfrr_vty.c')
-rw-r--r-- | watchfrr/watchfrr_vty.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/watchfrr/watchfrr_vty.c b/watchfrr/watchfrr_vty.c index 3afc767..95a7962 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" @@ -16,6 +18,8 @@ #include "watchfrr.h" +#include "lib/config_paths.h" + pid_t integrated_write_pid; static int integrated_result_fd; |