]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/bbuf.h
LibUCW: Fixed broken DARY_ALLOC() on 64bit architectures.
[libucw.git] / ucw / bbuf.h
index ecc1f66c1b6fa1ca198e7ed945979bd7ac43d2d7..bb023a02ef73a1029668f27bd7acdb974f84347f 100644 (file)
@@ -12,7 +12,7 @@
 
 #define        GBUF_TYPE       byte
 #define        GBUF_PREFIX(x)  bb_##x
-#include "ucw/gbuf.h"
+#include <ucw/gbuf.h>
 
 /**
  * printf() into a growing buffer with `va_list` arguments.