time.c: fixed wrong condition to include unistd.h.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-03-03 10:15:50 +09:00
parent 79e2ad9a44
commit 42afafbd23
+1 -1
View File
@@ -21,7 +21,7 @@
#endif
#include <stdlib.h>
#ifdef _WIN32
#ifndef _WIN32
#include <unistd.h>
#endif