]> git.saurik.com Git - apt.git/commitdiff
* Add #include <langinfo.h> to cmdline/apt-get.cc. Thi...
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:03:38 +0000 (17:03 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:03:38 +0000 (17:03 +0000)
Author: mdz
Date: 2003-09-10 19:28:55 GMT
* Add #include <langinfo.h> to cmdline/apt-get.cc.  This apparently gets
pulled in by something else with recent g++ and/or glibc, but is
required when building on, e.g., stable

cmdline/apt-get.cc
debian/changelog

index 328d5dc87656d19371b27865d92584a167b7510b..b74bdbc4ad3ee3d4825b0482732057cb66ce9b4c 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-get.cc,v 1.140 2003/08/22 02:46:09 mdz Exp $
+// $Id: apt-get.cc,v 1.141 2003/09/10 19:28:55 mdz Exp $
 /* ######################################################################
    
    apt-get - Cover for dpkg
@@ -46,6 +46,7 @@
 #include "acqprogress.h"
 
 #include <locale.h>
+#include <langinfo.h>
 #include <fstream>
 #include <termios.h>
 #include <sys/ioctl.h>
index 6ee78740622afbb55b2c1a6ad1972b58b6245410..3d27e91e31964b3f676deca0bfbc9519ec677fea 100644 (file)
@@ -8,6 +8,9 @@ apt (0.5.11) unstable; urgency=low
   * Clean up reportbug script a bit, and extend it to distinguish between a
     configuration file not existing and the user declining to submit it with
     the report
+  * Add #include <langinfo.h> to cmdline/apt-get.cc.  This apparently gets
+    pulled in by something else with recent g++ and/or glibc, but is
+    required when building on, e.g., stable
 
  --