about summary refs log tree commit diff stats
path: root/test/src/main.c
diff options
context:
space:
mode:
authorAlexey Plotnik <odiszapc@gmail.com>2017-06-12 00:00:34 +1000
committerFedor Indutny <fedor@indutny.com>2017-06-14 14:16:12 -0400
commit408b8c86dd5a2ad3e323061e778d45cb8da453e3 (patch)
tree72b13028a48320c9b3ab23b7a79f7e99ab273348 /test/src/main.c
parenta7512f0664a718ee92194313c5793f8730d2ce27 (diff)
downloaduv_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/main.c')
-rw-r--r--test/src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/main.c b/test/src/main.c
index a1c8550..3c9cf8c 100644
--- a/test/src/main.c
+++ b/test/src/main.c
@@ -1,2 +1,3 @@
+#include "test-common.h"
 #include "test-list.h"
 #include "mini/main.h"