diff options
author | Guillem Jover <guillem@debian.org> | 2018-04-06 01:14:42 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2018-08-30 03:14:08 +0200 |
commit | eed3a9097deb1be5251cd31fbf9ec4d482a155d1 (patch) | |
tree | 54b594339b7a2e5f660737c629df42f6460fca38 /src/configure.c | |
parent | 6a5b37e98d8c0273203fc000a2539bc97101250f (diff) | |
download | dpkg-eed3a9097deb1be5251cd31fbf9ec4d482a155d1.tar.gz |
libdpkg: Move db-fsys code from src to lib/dpkg
This will prepare the ground for external programs to start using
libdpkg to access the dpkg fsys database via a proper API, instead
of messing with the on-disk layout in so many improper ways.
Diffstat (limited to 'src/configure.c')
-rw-r--r-- | src/configure.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.c b/src/configure.c index 720812b38..2d9173eba 100644 --- a/src/configure.c +++ b/src/configure.c @@ -53,8 +53,8 @@ #include <dpkg/subproc.h> #include <dpkg/command.h> #include <dpkg/triglib.h> +#include <dpkg/db-fsys.h> -#include "filesdb.h" #include "main.h" enum conffopt { |