fix: extra headers required on newer apt
This commit is contained in:
parent
3d66d108b2
commit
ecd60906d2
@ -7,6 +7,10 @@
|
||||
#include <apt-pkg/pkgcache.h>
|
||||
#include <apt-pkg/version.h>
|
||||
|
||||
#include <apt-pkg/init.h>
|
||||
#include <apt-pkg/pkgsystem.h>
|
||||
#include <apt-pkg/policy.h>
|
||||
|
||||
struct PCache {
|
||||
// Owned by us.
|
||||
pkgCacheFile *cache_file;
|
||||
|
Loading…
Reference in New Issue
Block a user