From fd350a15555a4e78d7d283a033d2eb8a3711ea0b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 10 Mar 2008 11:02:16 +0000 Subject: [PATCH] --- configure.ac | 2 +- src/libstore/upgrade-schema.cc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b6dcd16a1..81c70c5a7 100644 --- a/configure.ac +++ b/configure.ac @@ -196,7 +196,7 @@ if test "$old_db_compat" = "no"; then bdb_lib= bdb_include= else - AC_DEFINE(OLD_DB_COMPAT, 1, [Whether to support converting from old Berkeley DB-based Nix stores.])] + AC_DEFINE(OLD_DB_COMPAT, 1, [Whether to support converting from old Berkeley DB-based Nix stores.]) fi AC_SUBST(bdb_lib) AC_SUBST(bdb_include) diff --git a/src/libstore/upgrade-schema.cc b/src/libstore/upgrade-schema.cc index c8a725f51..d54e29bd9 100644 --- a/src/libstore/upgrade-schema.cc +++ b/src/libstore/upgrade-schema.cc @@ -4,6 +4,7 @@ #include "local-store.hh" #include "globals.hh" #include "pathlocks.hh" +#include "config.h" #include