]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/prime.c
LibUCW: Entrust generation of ucw/autoconf.h to the configure machinery.
[libucw.git] / ucw / prime.c
index 1139aa263f4799a3f886bdedde1daeca019c3ee3..12655492f5c626f1dffc020de8f463b47080a125 100644 (file)
@@ -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 */