diff options
author | Roland McGrath <roland@gnu.org> | 1999-11-08 21:52:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-11-08 21:52:21 +0000 |
commit | b12a78b616d8e7b31a51c1f30cfd505f0fe26067 (patch) | |
tree | 447c1c885355fbac49084cd3cc1505da6a65b0af /libtrivfs | |
parent | 400efaab378a16c55e73a0df5d1a5cec91b143ed (diff) |
1999-11-08 Roland McGrath <roland@baalperazim.frob.com>
* io-write.c: Include <fcntl.h>.
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/io-write.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtrivfs/io-write.c b/libtrivfs/io-write.c index 5501f270..cdc8900d 100644 --- a/libtrivfs/io-write.c +++ b/libtrivfs/io-write.c @@ -18,6 +18,7 @@ #include "priv.h" #include "io_S.h" #include <assert.h> +#include <fcntl.h> kern_return_t trivfs_S_io_write (struct trivfs_protid *cred, |