diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-02-15 11:21:31 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-02-15 11:21:31 +0100 |
commit | 87f8f68c50f63b39b7a91e3aec0b5ef59069186d (patch) | |
tree | da23238b6ce9e63438b2e9290b4a383eb79d842a /apt-pkg/contrib/fileutl.cc | |
parent | 8d009e3e8ac6c6431a8bc79a07d9ad7c0295d160 (diff) | |
parent | 1dfaf0bf650a78ddaf991bf3ad597fa4d101041f (diff) |
merged from debian
Diffstat (limited to 'apt-pkg/contrib/fileutl.cc')
-rw-r--r-- | apt-pkg/contrib/fileutl.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/contrib/fileutl.cc b/apt-pkg/contrib/fileutl.cc index 24e3f08d9..767951daf 100644 --- a/apt-pkg/contrib/fileutl.cc +++ b/apt-pkg/contrib/fileutl.cc @@ -43,7 +43,8 @@ #include <set> #include <algorithm> -#ifndef WORDS_BIGENDIAN +#include <config.h> +#ifdef WORDS_BIGENDIAN #include <inttypes.h> #endif /*}}}*/ |