Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
windows: fix undefined function warning in run-tests.c
  • Loading branch information
piscisaureus committed Jun 1, 2012
1 parent 3ec9c67 commit 87dbffb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/run-tests.c
Expand Up @@ -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"
Expand Down

0 comments on commit 87dbffb

Please sign in to comment.