Skip to content

Commit d328d01

Browse files
committed
Include additional headers in dkpginfo-helper for apt 1.9
apt 1.9 cleans up the header includes a bit, causing the build to fail, so add the additional headers we are missing.
1 parent c056ea8 commit d328d01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/OVAL/probes/unix/linux/dpkginfo-helper.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@
99

1010
#include <apt-pkg/init.h>
1111
#include <apt-pkg/error.h>
12+
#include <apt-pkg/configuration.h>
13+
#include <apt-pkg/fileutl.h>
1214
#include <apt-pkg/mmap.h>
1315
#include <apt-pkg/pkgcache.h>
1416
#include <apt-pkg/pkgrecords.h>
17+
#include <apt-pkg/pkgsystem.h>
1518

1619
#include "dpkginfo-helper.h"
1720

0 commit comments

Comments
 (0)