MFC r180347:

Add #include <inttypes.h> for the strtoimax().
This commit is contained in:
Konstantin Belousov 2008-07-10 09:24:37 +00:00
parent 9fe8e54944
commit 58353846c3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/7/; revision=180420

View File

@ -31,6 +31,7 @@ __FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <ctype.h>
#include <errno.h>
#include <inttypes.h>
#include <libutil.h>
#include <stdint.h>