]> mj.ucw.cz Git - libucw.git/blobdiff - lib/redblack-test.c
The pkg-config variables have no default value.
[libucw.git] / lib / redblack-test.c
index 575d645f13ce7a14469c1ce338d15b92d114dc37..80a7a000ce8711603b11fce25877ca03fb46b4bb 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #include "lib/lib.h"
-#include "lib/conf.h"
+#include "lib/getopt.h"
 #include "lib/fastbuf.h"
 #include <stdio.h>
 #include <stdlib.h>
@@ -127,7 +127,7 @@ main(int argc, char **argv)
        struct my_tree t;
        struct my2_tree t2;
        int i;
-       cfdeffile = NULL;
+       cf_def_file = NULL;
        log_init(argv[0]);
        while ((opt = cf_getopt(argc, argv, options, CF_NO_LONG_OPTS, NULL)) >= 0)
                switch (opt)