danaj / Math-Prime-Util-GMP

Perl prime number module using XS/GMP
Other
17 stars 9 forks source link

Include misc_ui.h in pbrent63.c #50

Open trizen opened 5 months ago

trizen commented 5 months ago

Otherwise, it fails to compile with GCC on 64-bit systems, producing the following error:

pbrent63.c: In function ‘uvpbrent63’:
pbrent63.c:126:11: error: implicit declaration of function ‘gcd_ui’ [-Wimplicit-function-declaration]
  126 |       f = gcd_ui(m, n);
      |           ^~~~~~
make: *** [Makefile:408: pbrent63.o] Error 1
make: *** Waiting for unfinished jobs....
FAIL