windows: fix undefined function warning in run-tests.c

This commit is contained in:
Bert Belder 2012-06-01 17:49:29 +02:00
parent 3ec9c67f93
commit 87dbffbd8f

View File

@ -22,6 +22,10 @@
#include <stdio.h>
#include <string.h>
#ifdef _WIN32
# include <io.h>
#endif
#include "uv.h"
#include "runner.h"
#include "task.h"