diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2010-03-16 20:41:45 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2010-03-16 20:41:45 +0000 |
| commit | 888025e45a7c866d8e24ed4616e9290d5b9addeb (patch) | |
| tree | 83ad467c8d5dcc5666dee3213860eb818c0b78d4 /tools/regression | |
| parent | d04be5775f40d50a4ee8f51f5e7b1ad6982a8f46 (diff) | |
Notes
Diffstat (limited to 'tools/regression')
| -rw-r--r-- | tools/regression/aio/aiotest/aiotest.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/regression/aio/aiotest/aiotest.c b/tools/regression/aio/aiotest/aiotest.c index 8769dc1a93d2..60de273dc463 100644 --- a/tools/regression/aio/aiotest/aiotest.c +++ b/tools/regression/aio/aiotest/aiotest.c @@ -40,14 +40,17 @@ #include <sys/types.h> #include <sys/socket.h> +#include <sys/stat.h> #include <sys/mdioctl.h> #include <aio.h> #include <err.h> #include <errno.h> #include <fcntl.h> +#include <libutil.h> #include <limits.h> #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <termios.h> #include <unistd.h> |
