]> mj.ucw.cz Git - libucw.git/blobdiff - lib/db-test.c
Use big_alloc().
[libucw.git] / lib / db-test.c
index b00bead72f416da1628597117bfd1b3258360a93..d0f3a5eb4ab0da13da84f6b8566acc9145500d96 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Database Manager -- Tests and Benchmarks
+ *     UCW Library -- Database Manager -- Tests and Benchmarks
  *
  *     (c) 1999 Martin Mares <mj@ucw.cz>
  *
@@ -15,7 +15,7 @@
 #define NAME "GDBM"
 #endif
 
-#include <getopt.h>
+#include <stdlib.h>
 #include <unistd.h>
 #include <stdarg.h>
 #include <sys/stat.h>