mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 10:52:50 +00:00
MFC r180347:
Add #include <inttypes.h> for the strtoimax().
This commit is contained in:
parent
9fe8e54944
commit
58353846c3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/7/; revision=180420
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user