diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-05 15:37:31 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-05 15:37:31 +0200 |
commit | a00a9b44a1e0abf944d88c36ceaac8afdd207dcb (patch) | |
tree | 038dbe61e80ac809de33bb8fc3c74e24f7fb8be6 /ftparchive/cachedb.cc | |
parent | 7f5aab82708813d86aab04029095988f40a8462e (diff) |
ensure that apti18n.h is included last as advertised (Closes: #671623)
Diffstat (limited to 'ftparchive/cachedb.cc')
-rw-r--r-- | ftparchive/cachedb.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftparchive/cachedb.cc b/ftparchive/cachedb.cc index a8b637a80..c2318bf53 100644 --- a/ftparchive/cachedb.cc +++ b/ftparchive/cachedb.cc @@ -19,11 +19,12 @@ #include <apt-pkg/strutl.h> #include <apt-pkg/configuration.h> #include <apt-pkg/fileutl.h> - + #include <netinet/in.h> // htonl, etc -#include <apti18n.h> #include "cachedb.h" + +#include <apti18n.h> /*}}}*/ // CacheDB::ReadyDB - Ready the DB2 /*{{{*/ |