X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fres-fd.c;h=15f628137fbc81ad0622c69c4e0b6aa5eb7184ba;hb=9c43db5f35819ce787a79915aacb1840a98fdff4;hp=99d2dfcf0363149f128e2decc04f80bf06e6f004;hpb=ba1c173f544383aa6553a75dee6e6858d8f243a4;p=libucw.git diff --git a/ucw/res-fd.c b/ucw/res-fd.c index 99d2dfcf..15f62813 100644 --- a/ucw/res-fd.c +++ b/ucw/res-fd.c @@ -7,8 +7,8 @@ * of the GNU Lesser General Public License. */ -#include "ucw/lib.h" -#include "ucw/resource.h" +#include +#include #include #include @@ -20,7 +20,7 @@ fd_res_free(struct resource *r) } static void -fd_res_dump(struct resource *r, uns indent UNUSED) +fd_res_dump(struct resource *r, uint indent UNUSED) { printf(" fd=%d\n", (int)(intptr_t) r->priv); }