]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/prime.h
Build: Fixed few compilation warnings/errors.
[libucw.git] / ucw / prime.h
index 87d13f92ed4fe285ae3925a411bd90b0e609b83c..c0db3e5580b779ce2904112a7d7cab65577a951a 100644 (file)
 #ifndef _UCW_PRIME_H
 #define _UCW_PRIME_H
 
-#include "ucw/lib.h"
+#include <ucw/lib.h>
+
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define isprime ucw_isprime
+#define next_table_prime ucw_next_table_prime
+#define nextprime ucw_nextprime
+#define prev_table_prime ucw_prev_table_prime
+#endif
 
 /* prime.c */