X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fff-string.c;h=c8fa0fb35b48cc06a4bc44c6ee4280af5587f2ff;hb=62eda8640605c19ecd817e274e75717022349732;hp=cb41b8c7c0f5ffa73a23f1b229f7f9874af433e9;hpb=6e052a5a07718b9f0ff417b27adf8b8ed8903f36;p=libucw.git diff --git a/lib/ff-string.c b/lib/ff-string.c index cb41b8c7..c8fa0fb3 100644 --- a/lib/ff-string.c +++ b/lib/ff-string.c @@ -11,6 +11,7 @@ #include "lib/lib.h" #include "lib/fastbuf.h" #include "lib/mempool.h" +#include "lib/bbuf.h" byte * /* Non-standard */ bgets(struct fastbuf *f, byte *b, uns l) @@ -79,7 +80,7 @@ exit: } uns -bgets_bb(struct fastbuf *f, bb_t *bb, uns limit) +bgets_bb(struct fastbuf *f, struct bb_t *bb, uns limit) { ASSERT(limit); byte *src;