X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fprime.c;h=12655492f5c626f1dffc020de8f463b47080a125;hb=b9db3187d404ffec3840f9a3ffc237fb9523de79;hp=1139aa263f4799a3f886bdedde1daeca019c3ee3;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/prime.c b/ucw/prime.c index 1139aa26..12655492 100644 --- a/ucw/prime.c +++ b/ucw/prime.c @@ -8,6 +8,7 @@ */ #include "ucw/lib.h" +#include "ucw/prime.h" static int /* Sequential search */ __isprime(uns x) /* We know x != 2 && x != 3 */