From 4ab16c933f829f51d202c77cfb98f552ad887159 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Thu, 9 Feb 2017 23:44:19 +0100 Subject: lib, ipcp: Correctly init condvars The timerwheel and RIB use timedwaits. The condition variables are now correctly initialised to use the configuration defined clock. --- src/ipcpd/tests/timerwheel_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ipcpd/tests/timerwheel_test.c') diff --git a/src/ipcpd/tests/timerwheel_test.c b/src/ipcpd/tests/timerwheel_test.c index 1ace1371..23de403a 100644 --- a/src/ipcpd/tests/timerwheel_test.c +++ b/src/ipcpd/tests/timerwheel_test.c @@ -24,6 +24,7 @@ #include #include #include +#include #define MAX_ELEMENTS 100 #define MAX_RESOLUTION 10 /* ms */ -- cgit v1.2.3