tmore tweaks. - 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 6bb54fab15a423b10840b117d7f4a5d58798c52f
 (DIR) parent 64bcfff3a12695f4e3f54b0590e896611da71c3b
 (HTM) Author: rsc <devnull@localhost>
       Date:   Tue, 25 Nov 2003 02:22:49 +0000
       
       more tweaks.
       
       Diffstat:
         M src/lib9/dirfwstat.c                |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/lib9/dirfwstat.c b/src/lib9/dirfwstat.c
       t@@ -1,6 +1,8 @@
       +#define NOPLAN9DEFINES
        #include <u.h>
        #include <libc.h>
        #include <sys/time.h>
       +#include <sys/stat.h>
        
        #if defined(__FreeBSD__) || defined(__APPLE__)
        /* do nothing -- futimes exists and is fine */