Make it possible to #define gcd to an alias.
authorBruno Haible <bruno@clisp.org>
Wed, 11 Oct 2006 12:40:44 +0000 (12:40 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 11 Oct 2006 12:40:44 +0000 (12:40 +0000)
ChangeLog
lib/gcd.c

index 80098dfbf207b0a186a41f320f03de9bfdeacfce..4a246468fd905201c4be0ad8e24c0695a4528985 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-10  Bruno Haible  <bruno@clisp.org>
+
+       Make it possible to #define gcd to an alias.
+       * lib/gcd.c: Include config.h.
+
 2006-10-10  Bruno Haible  <bruno@clisp.org>
 
        Make it possible to #define c_isascii to an alias.
index 96f556bb22b487f8851dcbbd590de13f7e543dc9..539c84d840b5c570519bbca5f46e029f718caf20 100644 (file)
--- 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 <config.h>
+
 /* 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