X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Finttostr.h;h=6f2416b53faf6d45ba84a8f93437e1a1c78ad423;hb=ec354b13bec21d8510dd60e1e129cc194809248b;hp=de2b164f6b1a06e04b5a2a6e8ff8a77b4c9b3c26;hpb=100a8e01f28671dd2f73a1541b1bbd15c9590947;p=gnulib.git diff --git a/lib/inttostr.h b/lib/inttostr.h index de2b164f6..6f2416b53 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