Commit f5ff6d0e by Yasushi Saito Committed by Eric

Include cstdlib for timespec. Clang modules demands that. (#353)

parent f682f7e9
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#include "sleep.h" #include "sleep.h"
#include <cerrno> #include <cerrno>
#include <cstdlib>
#include <ctime> #include <ctime>
#include "internal_macros.h" #include "internal_macros.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment