]> mj.ucw.cz Git - libucw.git/blobdiff - charset/toligatures.c
More play: Added indirect heapsort.
[libucw.git] / charset / toligatures.c
index c74c7a7ba37be73edf44c75ea9fe0e2c470bc7ab..f12c572d193465db8f3fdfc55d7eadeaffd31e1b 100644 (file)
@@ -7,11 +7,11 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "lib/lib.h"
+#include "ucw/lib.h"
 #include "charset/unicat.h"
 #include "charset/U-ligatures.h"
 
-const word *
+const u16 *
 Uexpand_lig(uns x)
 {
   return _U_lig_hash[x % LIG_HASH_SIZE];