diff options
author | Jaywalker <jwilliams@nsllc.com> | 2018-02-06 23:51:41 -0600 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-08-18 12:07:26 -1000 |
commit | ba7b518ea23473b2ae42e397218d35cbce3af645 (patch) | |
tree | 05a1ee780fea9a7b4586326a0695e90f4bb7e49f /apt-pkg/contrib/fileutl.cc | |
parent | 5ab68bbd1aca5b9b3cf23f88d60eebbf84d38e7c (diff) |
Added required patches
Diffstat (limited to 'apt-pkg/contrib/fileutl.cc')
-rw-r--r-- | apt-pkg/contrib/fileutl.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/fileutl.cc b/apt-pkg/contrib/fileutl.cc index f0a36613c..73e738959 100644 --- a/apt-pkg/contrib/fileutl.cc +++ b/apt-pkg/contrib/fileutl.cc @@ -27,6 +27,7 @@ #include <apt-pkg/pkgsystem.h> #include <apt-pkg/sptr.h> #include <apt-pkg/strutl.h> +#include <apt-pkg/endian.h> #include <cstdio> #include <cstdlib> |