summaryrefslogtreecommitdiff
path: root/apt-private/private-cachefile.cc
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-10-05 12:15:03 +0200
committerMichael Vogt <mvo@debian.org>2013-10-05 12:15:03 +0200
commit82e369c4b93b5b81db7988ab377a3c5bd388268e (patch)
tree0c5f6b5a36a55212842789ee284c6b9a493ba54f /apt-private/private-cachefile.cc
parent7cf45682e5fcac541e495242bdc4885bbb8b2ef7 (diff)
* move upgrade releated code into upgrade.{cc,h}
The upgrade releated code is moved into upgrade.{cc,h} and all pkg*Upgrade* prototypes are included in algorihms.h to avoid breaking API (unless build with APT_9_CLEANER_HEADERS).
Diffstat (limited to 'apt-private/private-cachefile.cc')
-rw-r--r--apt-private/private-cachefile.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-private/private-cachefile.cc b/apt-private/private-cachefile.cc
index 25f65ef09..c822b9bad 100644
--- a/apt-private/private-cachefile.cc
+++ b/apt-private/private-cachefile.cc
@@ -2,6 +2,7 @@
#include<config.h>
#include <apt-pkg/algorithms.h>
+#include <apt-pkg/upgrade.h>
#include <apt-pkg/error.h>
#include <cstdlib>