Skip to content

Commit f5ff6d0

Browse files
yasushi-saitoEricWF
authored andcommitted
Include cstdlib for timespec. Clang modules demands that. (google#353)
1 parent f682f7e commit f5ff6d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sleep.cc

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include "sleep.h"
1616

1717
#include <cerrno>
18+
#include <cstdlib>
1819
#include <ctime>
1920

2021
#include "internal_macros.h"

0 commit comments

Comments
 (0)