fix: extra headers required on newer apt

This commit is contained in:
Chris West (Faux) 2019-12-29 21:36:49 +00:00
parent 3d66d108b2
commit ecd60906d2

View File

@ -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;