Add #include <inttypes.h> for the strtoimax().
Submitted by: Jilles Tjoelker <jilles stack nl> MFC after: 3 days
This commit is contained in:
parent
c4d585aefe
commit
2db44b8410
@ -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…
x
Reference in New Issue
Block a user