X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgcd.c;h=539c84d840b5c570519bbca5f46e029f718caf20;hb=20229ba96d971f97ff03ab74eeb4e7de1acccf98;hp=96f556bb22b487f8851dcbbd590de13f7e543dc9;hpb=0d55cb358fb042ef1066fa6dd043930ee430f5ef;p=gnulib.git 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