diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-02 15:15:54 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-02 15:15:54 +0100 |
commit | 5c6ceb4557cb6497dea827d1ec4e2615ccd53e50 (patch) | |
tree | a98d612052784b14099811021251d1e4c6e295b4 /cmdline/apt-mark.cc | |
parent | 72b2accb108e3d3ec8113ce2d183638c719a5d0d (diff) | |
parent | e75aa33384d52635fba502bed628bc68f9cb5066 (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 dbbef5013..c7d9b6f6a 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> /*}}}*/ |