]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-sortpkgs.cc
* Patch from Otavio Salvador to switch from dh_installm...
[apt.git] / cmdline / apt-sortpkgs.cc
index fe5fe13dd638bc7bf161ff2cd0cf8d8de5e24c14..a0ec2263e85815edf984f67046e0e30dfd0e586c 100644 (file)
@@ -1,6 +1,6 @@
 // -*- 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;