diff options
author | Michael Vogt <mvo@debian.org> | 2013-12-12 18:32:44 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-12-12 18:32:44 +0100 |
commit | 3ab9b6c0e9209d3d14f136c7a703c873fa8f14df (patch) | |
tree | 08b17d64ddc427ee4839d4693d94807e110345d8 /apt-pkg/install-progress.cc | |
parent | c9829e0744ca678e105aa0af26b87588023d7536 (diff) | |
parent | c23e6cd58242470daad78ddad85285f9cd7aed0f (diff) |
Merge remote-tracking branch 'mvo/bugfix/conffile' into debian/sid
Diffstat (limited to 'apt-pkg/install-progress.cc')
-rw-r--r-- | apt-pkg/install-progress.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/install-progress.cc b/apt-pkg/install-progress.cc index b82b7efde..0caf62b61 100644 --- a/apt-pkg/install-progress.cc +++ b/apt-pkg/install-progress.cc @@ -9,7 +9,7 @@ #include <sys/ioctl.h> #include <sstream> #include <fcntl.h> - +#include <stdio.h> namespace APT { namespace Progress { |