]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/fb-mmap.c
Fixed note about res_alloc() with no resource pool active
[libucw.git] / ucw / fb-mmap.c
index b402b07cdad469bedec01efd892abf24f2518894..d355a66253d3310428476e39889c015625c1144a 100644 (file)
@@ -9,10 +9,10 @@
 
 #undef LOCAL_DEBUG
 
-#include "ucw/lib.h"
-#include "ucw/fastbuf.h"
-#include "ucw/io.h"
-#include "ucw/conf.h"
+#include <ucw/lib.h>
+#include <ucw/fastbuf.h>
+#include <ucw/io.h>
+#include <ucw/conf.h>
 
 #include <string.h>
 #include <fcntl.h>