From d77559acad5da864e764aef8aed08046e4d38ed4 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:04:52 +0000 Subject: * Patch from Eric Wong to inclu... Author: mdz Date: 2004-01-07 20:39:37 GMT * Patch from Eric Wong to include apt18n.h after other headers to avoid breaking locale.h when setlocale() is defined as an empty macro (Closes: #226509) --- apt-inst/dirstream.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-inst/dirstream.cc') diff --git a/apt-inst/dirstream.cc b/apt-inst/dirstream.cc index 721041fe5..3821156e2 100644 --- a/apt-inst/dirstream.cc +++ b/apt-inst/dirstream.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: dirstream.cc,v 1.3 2003/02/10 00:36:12 doogie Exp $ +// $Id: dirstream.cc,v 1.4 2004/01/07 20:39:37 mdz Exp $ /* ###################################################################### Directory Stream @@ -15,7 +15,6 @@ #pragma implementation "apt-pkg/dirstream.h" #endif -#include #include #include @@ -25,6 +24,7 @@ #include #include #include +#include /*}}}*/ // DirStream::DoItem - Process an item /*{{{*/ -- cgit v1.2.3