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-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0a86efb418fd595d9154cf6ca70c78ea777afb9;p=pspp Make it possible to #define gcd to an alias. --- diff --git a/ChangeLog b/ChangeLog index 80098dfbf2..4a246468fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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. diff --git a/lib/gcd.c b/lib/gcd.c index 96f556bb22..539c84d840 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