Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2013 06:32:19 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r253447 - head/tools/regression/aio/aiop
Message-ID:  <201307180632.r6I6WJTn006719@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Thu Jul 18 06:32:19 2013
New Revision: 253447
URL: http://svnweb.freebsd.org/changeset/base/253447

Log:
  Include stdint.h when use intmax_t.
  
  Reported by:	bde

Modified:
  head/tools/regression/aio/aiop/aiop.c

Modified: head/tools/regression/aio/aiop/aiop.c
==============================================================================
--- head/tools/regression/aio/aiop/aiop.c	Thu Jul 18 06:31:11 2013	(r253446)
+++ head/tools/regression/aio/aiop/aiop.c	Thu Jul 18 06:32:19 2013	(r253447)
@@ -39,6 +39,7 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
+#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
@@ -50,7 +51,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/disk.h>
 #include <aio.h>
 #include <fcntl.h>
-#include <inttypes.h>
 #include <string.h>
 #include <ctype.h>
 #include <assert.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307180632.r6I6WJTn006719>