add stat.h

This commit is contained in:
rsc 2006-07-23 14:21:45 +00:00
parent c135352562
commit 604b5fcda4

View file

@ -1,5 +1,6 @@
#include <u.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/uio.h>
#include <sys/socket.h>
#include <libc.h>