diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-09 02:03:49 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-09 02:03:49 +0200 |
commit | 47026cdea6ba7d145922ce21d5ec478598126b8d (patch) | |
tree | ce174fb35ed7266a2d123c7bf8883463ab04d603 /apt-pkg/algorithms.cc | |
parent | fb2894d268d4821e0dd4f2b803ff2043b1ec3162 (diff) | |
parent | f32484472374cb6c93fef0cd4ee9f71a7b80ec8a (diff) |
* add "purge" commandline argument, closes: #133421)
(thanks to Julien Danjou for the patch)
* Removed the more leftover #pragma interface/implementation
closes: #306937 (thanks to Andreas Henriksson for the patch)
Diffstat (limited to 'apt-pkg/algorithms.cc')
-rw-r--r-- | apt-pkg/algorithms.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/algorithms.cc b/apt-pkg/algorithms.cc index 3f018917c..b21fcbb2f 100644 --- a/apt-pkg/algorithms.cc +++ b/apt-pkg/algorithms.cc @@ -22,6 +22,7 @@ #include <apti18n.h> +#include <sys/types.h> #include <cstdlib> #include <algorithm> #include <iostream> |