diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-02 15:08:58 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-02 15:08:58 +0100 |
commit | e75aa33384d52635fba502bed628bc68f9cb5066 (patch) | |
tree | 2a4c672f6cda0821bf882f923be78849c97d4ee5 /cmdline/apt-mark.cc | |
parent | 71ecaad29d8066a494f516efc5efd80860653fe2 (diff) |
g++ 4.7 fixes
Diffstat (limited to 'cmdline/apt-mark.cc')
-rw-r--r-- | cmdline/apt-mark.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmdline/apt-mark.cc b/cmdline/apt-mark.cc index 339cbdf44..9a628d714 100644 --- a/cmdline/apt-mark.cc +++ b/cmdline/apt-mark.cc @@ -16,6 +16,7 @@ #include <apt-pkg/pkgsystem.h> #include <algorithm> +#include <unistd.h> #include <apti18n.h> /*}}}*/ |