diff options
author | Michael Vogt <mvo@debian.org> | 2013-12-12 15:11:01 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-12-12 16:41:21 +0100 |
commit | c23e6cd58242470daad78ddad85285f9cd7aed0f (patch) | |
tree | ab5c6d4ce7e09f6871976bc9cded6ad5feb11f5d /apt-pkg/install-progress.cc | |
parent | 9b7c10509c534b7d413b5102231cb0ca387f1c65 (diff) |
Fix conffile prompt regression (LP: #1260297)
This fixes a regression in the conffile prompt for the progress-fd
and adds a testcase to ensure this does not regress again.
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 { |