Include stdint.h when use intmax_t.

Reported by:	bde
This commit is contained in:
Kevin Lo 2013-07-18 06:32:19 +00:00
parent 050da67038
commit e32234295d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253447

View File

@ -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>