From 99eb12ed3cae045fa8b4f9e5c53c6e593c48bd74 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 12 Apr 2004 11:59:45 +0000 Subject: [PATCH] Update from gnulib. --- lib/inttostr.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lib/inttostr.h b/lib/inttostr.h index de2b164..6f2416b 100644 --- a/lib/inttostr.h +++ b/lib/inttostr.h @@ -1,6 +1,6 @@ /* inttostr.h -- convert integers to printable strings - Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -25,14 +25,12 @@ #if HAVE_INTTYPES_H # include #endif - -#if HAVE_LIMITS_H -# include -#endif -#ifndef CHAR_BIT -# define CHAR_BIT 8 +#if HAVE_STDINT_H +# include #endif +#include + #if HAVE_SYS_TYPES_H # include #endif -- 2.7.4