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/statcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/statcmd.c') diff --git a/src/statcmd.c b/src/statcmd.c index af8a2f756..b7ca09eeb 100644 --- a/src/statcmd.c +++ b/src/statcmd.c @@ -43,10 +43,10 @@ #include #include #include +#include #include #include "main.h" -#include "filesdb.h" static const char printforhelp[] = N_( "Use --help for help about overriding file stat information."); -- cgit v1.2.3