diff options
Diffstat (limited to 'libc/test/src/time/gettimeofday_test.cpp')
-rw-r--r-- | libc/test/src/time/gettimeofday_test.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/test/src/time/gettimeofday_test.cpp b/libc/test/src/time/gettimeofday_test.cpp index ee934b7..8f9f136 100644 --- a/libc/test/src/time/gettimeofday_test.cpp +++ b/libc/test/src/time/gettimeofday_test.cpp @@ -6,8 +6,7 @@ // //===----------------------------------------------------------------------===// -#include <time.h> - +#include "hdr/types/struct_timeval.h" #include "src/time/gettimeofday.h" #include "test/UnitTest/Test.h" |