diff options
author | Alexey Plotnik <odiszapc@gmail.com> | 2017-06-12 00:00:34 +1000 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2017-06-14 14:16:12 -0400 |
commit | 408b8c86dd5a2ad3e323061e778d45cb8da453e3 (patch) | |
tree | 72b13028a48320c9b3ab23b7a79f7e99ab273348 /test/src/test-strerror.c | |
parent | a7512f0664a718ee92194313c5793f8730d2ce27 (diff) | |
download | uv_link_t-408b8c86dd5a2ad3e323061e778d45cb8da453e3.tar.gz |
test: fix compilation issues on Windows platform
PR-URL: https://github.com/indutny/uv_link_t/pull/3
Diffstat (limited to 'test/src/test-strerror.c')
-rw-r--r-- | test/src/test-strerror.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/src/test-strerror.c b/test/src/test-strerror.c index d2e307c..c79544c 100644 --- a/test/src/test-strerror.c +++ b/test/src/test-strerror.c @@ -1,6 +1,3 @@ -#include <sys/socket.h> -#include <unistd.h> - #include "test-common.h" static uv_link_t a_link; |