From eed3a9097deb1be5251cd31fbf9ec4d482a155d1 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 6 Apr 2018 01:14:42 +0200 Subject: 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. --- src/enquiry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/enquiry.c') diff --git a/src/enquiry.c b/src/enquiry.c index 9da4160d5..baf26daab 100644 --- a/src/enquiry.c +++ b/src/enquiry.c @@ -43,8 +43,8 @@ #include #include #include +#include -#include "filesdb.h" #include "main.h" struct audit_problem { -- cgit v1.2.3