unix: fix warning: implicit declaration of function ‘strerror’

This commit is contained in:
Ben Noordhuis 2011-09-04 03:45:28 +02:00
parent b680703178
commit 18af13795f

View File

@ -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. */