diff options
Diffstat (limited to 'AK/Time.h')
-rw-r--r-- | AK/Time.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ struct timeval; struct timespec; +#if defined(AK_OS_WINDOWS) +# include <time.h> +#endif + namespace AK { // Concept to detect types which look like timespec without requiring the type. |