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

Commit

Permalink
unix: fix compiler warning, #include <unistd.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Apr 5, 2012
1 parent e3468e9 commit 8e6f332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/loop.c
Expand Up @@ -24,6 +24,7 @@
#include "internal.h"
#include <stdlib.h>
#include <string.h>
#include <unistd.h>


int uv__loop_init(uv_loop_t* loop, int default_loop) {
Expand Down

0 comments on commit 8e6f332

Please sign in to comment.