tadd stat.h - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 604b5fcda415436a4a8e42fcf764c24ae2ca9ed5
 (DIR) parent c13535256234f4a1c195e65e68ad0ed7128c64fb
 (HTM) Author: rsc <devnull@localhost>
       Date:   Sun, 23 Jul 2006 14:21:45 +0000
       
       add stat.h
       
       Diffstat:
         M src/cmd/9pfuse/a.h                  |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/cmd/9pfuse/a.h b/src/cmd/9pfuse/a.h
       t@@ -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>