C99 complain fix

This commit is contained in:
Reeze Xia 2015-11-07 22:15:19 +08:00
parent e4c1e90536
commit c524f43e4f

View file

@ -36,6 +36,10 @@
#include <sys/stat.h>
#include <fcntl.h>
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_SYS_UIO_H
# include <sys/uio.h>
#endif