X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Fmp-charconv.h;h=97604983ea4320645ea74b594bf2e3d4963074e6;hb=b5b7b2641b00a18b53c48a1335846133f1d53168;hp=ab6f65d924f71708bf6723afb296c0ebe45558a6;hpb=69808c861b8df0745bd0bc93793f558e0055da7e;p=libucw.git diff --git a/charset/mp-charconv.h b/charset/mp-charconv.h index ab6f65d9..97604983 100644 --- a/charset/mp-charconv.h +++ b/charset/mp-charconv.h @@ -10,7 +10,7 @@ #ifndef _CHARSET_MP_CHARCONV_H #define _CHARSET_MP_CHARCONV_H -#include "lib/mempool.h" +#include "ucw/mempool.h" #include "charset/charconv.h" byte *mp_strconv(struct mempool *mp, const byte *s, uns cs_in, uns cs_out);