summaryrefslogtreecommitdiffstats
path: root/babeld
diff options
context:
space:
mode:
Diffstat (limited to 'babeld')
-rw-r--r--babeld/babel_main.c2
-rw-r--r--babeld/kernel.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/babeld/babel_main.c b/babeld/babel_main.c
index 0869c120a..de0c8230f 100644
--- a/babeld/babel_main.c
+++ b/babeld/babel_main.c
@@ -8,7 +8,7 @@ Copyright 2011 by Matthieu Boutier and Juliusz Chroboczek
#include "getopt.h"
#include "if.h"
#include "log.h"
-#include "thread.h"
+#include "event.h"
#include "privs.h"
#include "sigevent.h"
#include "lib/version.h"
diff --git a/babeld/kernel.c b/babeld/kernel.c
index f89fe268d..bbbb9676e 100644
--- a/babeld/kernel.c
+++ b/babeld/kernel.c
@@ -29,7 +29,7 @@ Copyright 2011, 2012 by Matthieu Boutier and Juliusz Chroboczek
#include "command.h"
#include "vty.h"
#include "memory.h"
-#include "thread.h"
+#include "event.h"
#include "nexthop.h"
#include "util.h"