X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=perl%2Famglue%2Fbigint.c;h=090dc563bc41f71ef97a69c8fb2917576fec10d8;hb=2627875b7d18858bc1f9f7652811e4d8c15a23eb;hp=75bc1a562140e7b6a81459bab4e0720bf5e27af9;hpb=94a044f90357edefa6f4ae9f0b1d5885b0e34aee;p=debian%2Famanda diff --git a/perl/amglue/bigint.c b/perl/amglue/bigint.c index 75bc1a5..090dc56 100644 --- a/perl/amglue/bigint.c +++ b/perl/amglue/bigint.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005 Zmanda, Inc. All Rights Reserved. + * Copyright (c) 2005-2008 Zmanda Inc. All Rights Reserved. * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License version 2.1 as @@ -14,11 +14,12 @@ * along with this library; if not, write to the Free Software Foundation, * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * - * Contact information: Zmanda Inc., 505 N Mathlida Ave, Suite 120 - * Sunnyvale, CA 94085, USA, or: http://www.zmanda.com + * Contact information: Zmanda Inc., 465 S Mathlida Ave, Suite 300 + * Sunnyvale, CA 94086, USA, or: http://www.zmanda.com */ #include "amglue.h" +#include "stdint.h" /* * C -> Perl @@ -34,7 +35,7 @@ load_Math_BigInt(void) if (loaded) return; - eval_pv("use Math::BigInt;", 1); + eval_pv("use Math::BigInt; use Amanda::BigIntCompat;", 1); loaded = 1; }