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

Commit

Permalink
unix: fix warning: implicit declaration of function ‘strerror’
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Sep 4, 2011
1 parent b680703 commit 18af137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/error.c
Expand Up @@ -30,6 +30,7 @@
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>


/* TODO Expose callback to user to handle fatal error like V8 does. */
Expand Down

0 comments on commit 18af137

Please sign in to comment.