diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2008-07-07 12:20:34 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2008-07-07 12:20:34 +0000 |
commit | 2db44b841040a5a6443d5eacde7cdd600515b85b (patch) | |
tree | fad0d290d754f6caa6c0ef9c5fee536724c0ba98 | |
parent | c4d585aefe70899995db9189b6f029f86cf82b53 (diff) |
Notes
-rw-r--r-- | lib/libutil/expand_number.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libutil/expand_number.c b/lib/libutil/expand_number.c index 0f896eedadc2..4c8d6f5b0a0f 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> |