plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 6bb54fab15a423b10840b117d7f4a5d58798c52f
parent 64bcfff3a12695f4e3f54b0590e896611da71c3b
Author: rsc <devnull@localhost>
Date:   Tue, 25 Nov 2003 02:22:49 +0000

more tweaks.

Diffstat:
Msrc/lib9/dirfwstat.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/lib9/dirfwstat.c b/src/lib9/dirfwstat.c @@ -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 */