]> git.cameronkatri.com Git - bsd-progress.git/commitdiff
#include inttypes.h, for strtoimax(3).
authorhubertf <hubertf@NetBSD.org>
Wed, 7 Feb 2007 15:21:21 +0000 (15:21 +0000)
committerhubertf <hubertf@NetBSD.org>
Wed, 7 Feb 2007 15:21:21 +0000 (15:21 +0000)
Suggested by Slava Semushin <slava.semushin@gmail.com> in private email.

progress.c

index fbec39baf6ab61ae3757762217d420b0e482db02..79076f9eaa4ca1c6266af46eead93ee7283df62a 100644 (file)
@@ -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 <sys/cdefs.h>
 #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 <sys/types.h>
@@ -51,6 +51,7 @@ __RCSID("$NetBSD: progress.c,v 1.13 2007/02/07 14:06:57 hubertf Exp $");
 #include <fcntl.h>
 #include <glob.h>
 #include <signal.h>
+#include <inttypes.h>
 #include <limits.h>
 #include <netdb.h>
 #include <stdio.h>