]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/res-subpool.c
Merge branch 'dev-uint'
[libucw.git] / ucw / res-subpool.c
index c2ecbd09555324734c3a866df9aa9368ef90fbc7..f0a112c6b4bfb8ea3aea3080be9ee52f073bdd77 100644 (file)
@@ -7,8 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/resource.h"
+#include <ucw/lib.h>
+#include <ucw/resource.h>
 
 #include <stdio.h>
 
@@ -28,7 +28,7 @@ subpool_res_detach(struct resource *r)
 }
 
 static void
-subpool_res_dump(struct resource *r, uns indent)
+subpool_res_dump(struct resource *r, uint indent)
 {
   printf(":\n");
   rp_dump(r->priv, indent);