NuxiNL / cloudlibc

CloudABI's standard C library
BSD 2-Clause "Simplified" License
295 stars 17 forks source link

Include <time.h> when calling time(2). #32

Closed sunfishcode closed 5 years ago

sunfishcode commented 5 years ago

Rather than rely on "gtest/gtest.h" to include , include it explicitly, to ensure that time(2) is declared.