uv-linux: fix warning: implicit declaration of function ‘readlink’

This commit is contained in:
Ben Noordhuis 2011-07-13 23:46:15 +02:00
parent f560f75a17
commit 932f0ad16b

View File

@ -22,6 +22,7 @@
#include <stdint.h>
#include <stddef.h>
#include <unistd.h>
#include <time.h>
#undef NANOSEC