summaryrefslogtreecommitdiff
path: root/src/unpack.c
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-04-06 01:14:42 +0200
committerGuillem Jover <guillem@debian.org>2018-08-30 03:14:08 +0200
commiteed3a9097deb1be5251cd31fbf9ec4d482a155d1 (patch)
tree54b594339b7a2e5f660737c629df42f6460fca38 /src/unpack.c
parent6a5b37e98d8c0273203fc000a2539bc97101250f (diff)
downloaddpkg-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/unpack.c')
-rw-r--r--src/unpack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unpack.c b/src/unpack.c
index 2fb138691..827211d63 100644
--- a/src/unpack.c
+++ b/src/unpack.c
@@ -52,9 +52,9 @@
#include <dpkg/tarfn.h>
#include <dpkg/options.h>
#include <dpkg/db-ctrl.h>
+#include <dpkg/db-fsys.h>
#include <dpkg/triglib.h>
-#include "filesdb.h"
#include "file-match.h"
#include "main.h"
#include "archives.h"