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-get.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-get.cc')
-rw-r--r-- | cmdline/apt-get.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 2eb670064..5bfe95d6a 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-get.cc,v 1.113 2002/01/09 04:59:44 jgg Exp $ +// $Id: apt-get.cc,v 1.114 2002/02/15 03:40:00 jgg Exp $ /* ###################################################################### apt-get - Cover for dpkg @@ -45,6 +45,7 @@ #include "acqprogress.h" +#include <locale.h> #include <fstream.h> #include <termios.h> #include <sys/ioctl.h> |