Date: Fri, 19 Mar 2010 10:28:49 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r205314 - stable/8/tools/regression/aio/aiotest Message-ID: <201003191028.o2JASnBf020113@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kib Date: Fri Mar 19 10:28:49 2010 New Revision: 205314 URL: http://svn.freebsd.org/changeset/base/205314 Log: MFC r205224: Add missing headers. Modified: stable/8/tools/regression/aio/aiotest/aiotest.c Directory Properties: stable/8/tools/regression/aio/aiotest/ (props changed) Modified: stable/8/tools/regression/aio/aiotest/aiotest.c ============================================================================== --- stable/8/tools/regression/aio/aiotest/aiotest.c Fri Mar 19 10:25:59 2010 (r205313) +++ stable/8/tools/regression/aio/aiotest/aiotest.c Fri Mar 19 10:28:49 2010 (r205314) @@ -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?201003191028.o2JASnBf020113>