From: Bruno Haible Date: Wed, 11 Oct 2006 12:40:44 +0000 (+0000) Subject: Make it possible to #define gcd to an alias. X-Git-Tag: cvs-readonly~1746 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=a0a86efb418fd595d9154cf6ca70c78ea777afb9;p=gnulib.git Make it possible to #define gcd to an alias. --- diff --git a/ChangeLog b/ChangeLog index 80098dfbf..4a246468f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-10-10 Bruno Haible + Make it possible to #define gcd to an alias. + * lib/gcd.c: Include config.h. + +2006-10-10 Bruno Haible + Make it possible to #define c_isascii to an alias. * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is defined. Undefine the macros before defining them, to avoid gcc diff --git a/lib/gcd.c b/lib/gcd.c index 96f556bb2..539c84d84 100644 --- a/lib/gcd.c +++ b/lib/gcd.c @@ -16,6 +16,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include + /* This file can also be used to define gcd functions for other unsigned types, such as 'unsigned long long' or 'uintmax_t'. */ #ifndef WORD_T