diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-11-10 17:20:58 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-11-10 17:20:58 +0100 |
| commit | 628d7caf9ca6ee819398a4b88c23e42094fe2c10 (patch) | |
| tree | 06d0c31214151eadd35a945dc6e063e2e52dd38d /python/depcache.cc | |
| parent | 1948d5d03887eb81ea7797c0f23049ef6c3895ce (diff) | |
| download | python-apt-628d7caf9ca6ee819398a4b88c23e42094fe2c10.tar.gz | |
fix build against apt in experimental
Diffstat (limited to 'python/depcache.cc')
| -rw-r--r-- | python/depcache.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/depcache.cc b/python/depcache.cc index e6113429..73993c82 100644 --- a/python/depcache.cc +++ b/python/depcache.cc @@ -22,6 +22,7 @@ #include <apt-pkg/sourcelist.h> #include <apt-pkg/pkgrecords.h> #include <apt-pkg/acquire-item.h> +#include <apt-pkg/fileutl.h> #include <Python.h> #include <iostream> |
