]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/res-mempool.c
tableprinter: update of xtypes for tableprinter
[libucw.git] / ucw / res-mempool.c
index 74e5fa633c443641cf62431db6c2e99ed7e88dfa..df6269d3f2bf8871a4a1f52a0a78c62b221cac8a 100644 (file)
@@ -7,9 +7,9 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/resource.h"
-#include "ucw/mempool.h"
+#include <ucw/lib.h>
+#include <ucw/resource.h>
+#include <ucw/mempool.h>
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -22,7 +22,7 @@ mp_res_free(struct resource *r)
 }
 
 static void
-mp_res_dump(struct resource *r, uns indent UNUSED)
+mp_res_dump(struct resource *r, uint indent UNUSED)
 {
   printf(" pool=%p\n", r->priv);
 }