diff options
Diffstat (limited to 'staticd')
| -rw-r--r-- | staticd/static_main.c | 2 | ||||
| -rw-r--r-- | staticd/static_zebra.c | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/staticd/static_main.c b/staticd/static_main.c index d429162196..1d9b0d16cb 100644 --- a/staticd/static_main.c +++ b/staticd/static_main.c @@ -8,7 +8,7 @@  #include <lib/version.h>  #include "getopt.h" -#include "thread.h" +#include "event.h"  #include "command.h"  #include "log.h"  #include "memory.h" diff --git a/staticd/static_zebra.c b/staticd/static_zebra.c index f220b476fb..6c59f04ee6 100644 --- a/staticd/static_zebra.c +++ b/staticd/static_zebra.c @@ -6,7 +6,7 @@   */  #include <zebra.h> -#include "thread.h" +#include "event.h"  #include "command.h"  #include "network.h"  #include "prefix.h"  | 
