diff options
Diffstat (limited to 'watchfrr')
| -rw-r--r-- | watchfrr/watchfrr.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/watchfrr/watchfrr.c b/watchfrr/watchfrr.c index 73a033170c..6c4fcc3d6d 100644 --- a/watchfrr/watchfrr.c +++ b/watchfrr/watchfrr.c @@ -6,6 +6,8 @@   */  #include <zebra.h> +#include <sys/stat.h> +  #include "frrevent.h"  #include <log.h>  #include <network.h>  | 
