Skip to content

Commit 71d7034

Browse files
authored
Merge pull request #1363 from julian-klode/apt-1.9.0
Include additional headers in dkpginfo-helper for apt 1.9
2 parents c056ea8 + d328d01 commit 71d7034

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)