]> mj.ucw.cz Git - libucw.git/blobdiff - lib/ff-string.c
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / lib / ff-string.c
index cb41b8c7c0f5ffa73a23f1b229f7f9874af433e9..c8fa0fb35b48cc06a4bc44c6ee4280af5587f2ff 100644 (file)
@@ -11,6 +11,7 @@
 #include "lib/lib.h"
 #include "lib/fastbuf.h"
 #include "lib/mempool.h"
 #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)
 
 byte *                                 /* Non-standard */
 bgets(struct fastbuf *f, byte *b, uns l)
@@ -79,7 +80,7 @@ exit:
 }
 
 uns
 }
 
 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;
 {
   ASSERT(limit);
   byte *src;