From 1614a66337c859f7dc9d6d4eb5f24893c1b5d16e Mon Sep 17 00:00:00 2001 From: hubertf Date: Wed, 7 Feb 2007 15:21:21 +0000 Subject: #include inttypes.h, for strtoimax(3). Suggested by Slava Semushin in private email. --- progress.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/progress.c b/progress.c index fbec39b..79076f9 100644 --- a/progress.c +++ b/progress.c @@ -1,4 +1,4 @@ -/* $NetBSD: progress.c,v 1.13 2007/02/07 14:06:57 hubertf Exp $ */ +/* $NetBSD: progress.c,v 1.14 2007/02/07 15:21:21 hubertf Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -34,7 +34,7 @@ #include #ifndef lint -__RCSID("$NetBSD: progress.c,v 1.13 2007/02/07 14:06:57 hubertf Exp $"); +__RCSID("$NetBSD: progress.c,v 1.14 2007/02/07 15:21:21 hubertf Exp $"); #endif /* not lint */ #include @@ -51,6 +51,7 @@ __RCSID("$NetBSD: progress.c,v 1.13 2007/02/07 14:06:57 hubertf Exp $"); #include #include #include +#include #include #include #include -- cgit v1.2.3-56-ge451