diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-06-19 21:31:31 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-06-19 21:31:31 +0000 |
commit | bf91d542f0331ad27712c94a7f31a215885478d1 (patch) | |
tree | 5aca94acd198c825e6867efe519218b90a012a34 /usr.bin/tcfs | |
parent | d7cc9e1b8aa4f0888f46bc41f64d49d264877375 (diff) |
add string.h
Diffstat (limited to 'usr.bin/tcfs')
-rw-r--r-- | usr.bin/tcfs/tcfsadduser.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tcfs/tcfsadduser.c b/usr.bin/tcfs/tcfsadduser.c index 1b91a5adab8..10dfab3f761 100644 --- a/usr.bin/tcfs/tcfsadduser.c +++ b/usr.bin/tcfs/tcfsadduser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfsadduser.c,v 1.2 2000/06/19 20:35:47 fgsch Exp $ */ +/* $OpenBSD: tcfsadduser.c,v 1.3 2000/06/19 21:31:30 fgsch Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD @@ -15,6 +15,7 @@ #include <stdio.h> #include <unistd.h> #include <limits.h> +#include <string.h> #include <miscfs/tcfs/tcfs.h> |