]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/fb-grow.c
LibUCW: Fixed broken DARY_ALLOC() on 64bit architectures.
[libucw.git] / ucw / fb-grow.c
index 927fe96af6c312a59241d269dd46b0bb7aa84019..0898a1a4be68b6128796bdc866f0598f77024942 100644 (file)
@@ -7,9 +7,9 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/fastbuf.h"
-#include "ucw/mempool.h"
+#include <ucw/lib.h>
+#include <ucw/fastbuf.h>
+#include <ucw/mempool.h>
 
 #include <stdio.h>
 #include <stdlib.h>