]> mj.ucw.cz Git - libucw.git/blobdiff - lib/db-tool.c
Documented bgets() and friends per popular request.
[libucw.git] / lib / db-tool.c
index 4453ab8d21856fe9a9d082ca05e06b219c671773..bbb419abf3e26ee70e00d66b6a9b6832b20a5fb1 100644 (file)
@@ -11,6 +11,7 @@
 #include "lib/db.h"
 #include "lib/db_internal.h"
 #include "lib/fastbuf.h"
+#include "lib/ff-binary.h"
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -18,7 +19,6 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <errno.h>
-#include <getopt.h>
 
 static int verbose=0;
 static int cache=1024;