Просмотр исходного кода

* Add #include <langinfo.h> to cmdline/apt-get.cc. Thi...
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

Arch Librarian лет назад: 22
Родитель
Сommit
c8ca0ce1e1
2 измененных файлов с 5 добавлено и 1 удалено
  1. 2 1
      cmdline/apt-get.cc
  2. 3 0
      debian/changelog

+ 2 - 1
cmdline/apt-get.cc

@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // -*- mode: cpp; mode: fold -*-
 // Description								/*{{{*/
 // 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
    apt-get - Cover for dpkg
@@ -46,6 +46,7 @@
 #include "acqprogress.h"
 #include "acqprogress.h"
 
 
 #include <locale.h>
 #include <locale.h>
+#include <langinfo.h>
 #include <fstream>
 #include <fstream>
 #include <termios.h>
 #include <termios.h>
 #include <sys/ioctl.h>
 #include <sys/ioctl.h>

+ 3 - 0
debian/changelog

@@ -8,6 +8,9 @@ apt (0.5.11) unstable; urgency=low
   * Clean up reportbug script a bit, and extend it to distinguish between a
   * 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
     configuration file not existing and the user declining to submit it with
     the report
     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
 
 
  --
  --