From 148723966e4865d8b8ae362bd2bf5db8347c6ef1 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 8 Aug 2013 16:43:13 +0000 Subject: [PATCH] Get the correct inttypes.h header, so this can build on !NetBSD. --- common/lib/libutil/snprintb.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/lib/libutil/snprintb.c b/common/lib/libutil/snprintb.c index cee2ffd65a2a..00495c5e507c 100644 --- a/common/lib/libutil/snprintb.c +++ b/common/lib/libutil/snprintb.c @@ -1,4 +1,4 @@ -/* $NetBSD: snprintb.c,v 1.12 2013/08/08 04:32:43 mrg Exp $ */ +/* $NetBSD: snprintb.c,v 1.13 2013/08/08 16:43:13 agc Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -41,17 +41,17 @@ # include # if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: snprintb.c,v 1.12 2013/08/08 04:32:43 mrg Exp $"); +__RCSID("$NetBSD: snprintb.c,v 1.13 2013/08/08 16:43:13 agc Exp $"); # endif # include -# include +# include # include # include # include # else /* ! _KERNEL */ # include -__KERNEL_RCSID(0, "$NetBSD: snprintb.c,v 1.12 2013/08/08 04:32:43 mrg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: snprintb.c,v 1.13 2013/08/08 16:43:13 agc Exp $"); # include # include # include