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