Date: Tue, 16 Mar 2010 20:41:46 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r205224 - head/tools/regression/aio/aiotest Message-ID: <201003162041.o2GKfk3v090582@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kib Date: Tue Mar 16 20:41:45 2010 New Revision: 205224 URL: http://svn.freebsd.org/changeset/base/205224 Log: Add missing headers. MFC after: 3 days Modified: head/tools/regression/aio/aiotest/aiotest.c Modified: head/tools/regression/aio/aiotest/aiotest.c ============================================================================== --- head/tools/regression/aio/aiotest/aiotest.c Tue Mar 16 19:59:14 2010 (r205223) +++ head/tools/regression/aio/aiotest/aiotest.c Tue Mar 16 20:41:45 2010 (r205224) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003162041.o2GKfk3v090582>