diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:58:52 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:58:52 +0000 |
commit | 233c2b66e8972bddf34f291bdb2330ea134abc0f (patch) | |
tree | 6a9767600279fe1cbfff756caf2fa054bccdbb68 /cmdline/apt-cache.cc | |
parent | 67111687c005d470d176a2029336e4f2b5dc77de (diff) |
Added locale.h for LC_ALL
Author: jgg
Date: 2002-02-15 03:40:00 GMT
Added locale.h for LC_ALL
Diffstat (limited to 'cmdline/apt-cache.cc')
-rw-r--r-- | cmdline/apt-cache.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc index 3c7084c9d..e15f9d48d 100644 --- a/cmdline/apt-cache.cc +++ b/cmdline/apt-cache.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-cache.cc,v 1.55 2002/01/09 04:59:44 jgg Exp $ +// $Id: apt-cache.cc,v 1.56 2002/02/15 03:40:00 jgg Exp $ /* ###################################################################### apt-cache - Manages the cache files @@ -31,6 +31,7 @@ #include <config.h> #include <apti18n.h> +#include <locale.h> #include <iostream.h> #include <unistd.h> #include <errno.h> |