summaryrefslogtreecommitdiffstats
path: root/lib/libutil/expand_number.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2008-07-07 12:20:34 +0000
committerkib <kib@FreeBSD.org>2008-07-07 12:20:34 +0000
commitdaac7ea9396b9248e8fbfd8491769c31ec3ccf93 (patch)
treefad0d290d754f6caa6c0ef9c5fee536724c0ba98 /lib/libutil/expand_number.c
parent150304561534eb5256ffce7683bada44cebf7bb8 (diff)
downloadFreeBSD-src-daac7ea9396b9248e8fbfd8491769c31ec3ccf93.zip
FreeBSD-src-daac7ea9396b9248e8fbfd8491769c31ec3ccf93.tar.gz
Add #include <inttypes.h> for the strtoimax().
Submitted by: Jilles Tjoelker <jilles stack nl> MFC after: 3 days
Diffstat (limited to 'lib/libutil/expand_number.c')
-rw-r--r--lib/libutil/expand_number.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libutil/expand_number.c b/lib/libutil/expand_number.c
index 0f896ee..4c8d6f5 100644
--- a/lib/libutil/expand_number.c
+++ b/lib/libutil/expand_number.c
@@ -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>
OpenPOWER on IntegriCloud