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
// -*- 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
#include "acqprogress.h"
#include <locale.h>
+#include <langinfo.h>
#include <fstream>
#include <termios.h>
#include <sys/ioctl.h>
* 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
--