diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2007-05-10 15:01:42 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2007-05-10 15:01:42 +0000 |
| commit | 8f9085389f734f1e0f7e926ee0f3b44419d8c4fc (patch) | |
| tree | 0ca3fc7e7875da4c950553d2d1b76e423b737078 /lib/libutil/flopen.c | |
| parent | b252bedcc96bf1764737714f7bbd1a17f7c28e6c (diff) | |
Notes
Diffstat (limited to 'lib/libutil/flopen.c')
| -rw-r--r-- | lib/libutil/flopen.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libutil/flopen.c b/lib/libutil/flopen.c index 1eb59a0c185a..687ebac5ed92 100644 --- a/lib/libutil/flopen.c +++ b/lib/libutil/flopen.c @@ -28,11 +28,15 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#include <sys/file.h> #include <sys/stat.h> #include <errno.h> #include <fcntl.h> #include <stdarg.h> +#include <unistd.h> + +#include <libutil.h> int flopen(const char *path, int flags, ...) |
