diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2017-02-10 07:59:45 +0000 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2017-02-10 07:59:45 +0000 |
commit | 4051a5afbfc92873af44d47ae6613d7bd17f7433 (patch) | |
tree | 09afe1ad6bded8815a058ef6476ea4481d9a032a /src/ipcpd/tests | |
parent | 0557bc02b963bab6f690b410fe937a9f487a84ba (diff) | |
parent | aa1643ae393d9460bea8e2922c9cc0a3e6caf63d (diff) | |
download | ouroboros-4051a5afbfc92873af44d47ae6613d7bd17f7433.tar.gz ouroboros-4051a5afbfc92873af44d47ae6613d7bd17f7433.zip |
Merged in dstaesse/ouroboros/be-bsd (pull request #368)
Be bsd
Diffstat (limited to 'src/ipcpd/tests')
-rw-r--r-- | src/ipcpd/tests/timerwheel_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <pthread.h> #include <time.h> #include <stdlib.h> +#include <stdio.h> #define MAX_ELEMENTS 100 #define MAX_RESOLUTION 10 /* ms */ |