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

parent 79e2ad9a
......@@ -21,7 +21,7 @@
#endif
#include <stdlib.h>
#ifdef _WIN32
#ifndef _WIN32
#include <unistd.h>
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment