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

This commit is contained in:
Yasushi Saito 2017-03-13 19:30:19 -07:00 committed by Eric
parent f682f7e9a4
commit f5ff6d0e0d

View File

@ -15,6 +15,7 @@
#include "sleep.h"
#include <cerrno>
#include <cstdlib>
#include <ctime>
#include "internal_macros.h"