diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-08 23:04:36 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-08 23:04:36 +0200 |
commit | 152ab79e05f077440d76c1c423b013eaeb3fe2ff (patch) | |
tree | 90960a0c850a9cef92285c85ba04c9b2193b1596 /ftparchive | |
parent | e47c7d16435822f40149cd831ff6ba0a143ded85 (diff) |
* fix FTBFS with gcc 4.3, closes: #417090
(thanks to Martin Michlmayr for the patch)
Diffstat (limited to 'ftparchive')
-rw-r--r-- | ftparchive/apt-ftparchive.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftparchive/apt-ftparchive.cc b/ftparchive/apt-ftparchive.cc index 0e2be8a00..4fbea13e1 100644 --- a/ftparchive/apt-ftparchive.cc +++ b/ftparchive/apt-ftparchive.cc @@ -24,6 +24,7 @@ #include <apti18n.h> #include <algorithm> +#include <climits> #include <sys/time.h> #include <regex.h> |