// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: apt-sortpkgs.cc,v 1.3 2002/01/09 04:59:44 jgg Exp $
+// $Id: apt-sortpkgs.cc,v 1.5 2003/01/11 07:18:44 jgg Exp $
/* ######################################################################
APT Sort Packages - Program to sort Package and Source files
#include <vector>
#include <algorithm>
+#include <locale.h>
#include <unistd.h>
/*}}}*/
+using namespace std;
+
struct PkgName
{
string Name;