]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cache.cc
Added locale.h for LC_ALL
[apt.git] / cmdline / apt-cache.cc
index 3c7084c9ddb44b4ebfddb41b0541f34499a6938e..e15f9d48d02fbdad14e96bf271b9cdf825c755f3 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-cache.cc,v 1.55 2002/01/09 04:59:44 jgg Exp $
+// $Id: apt-cache.cc,v 1.56 2002/02/15 03:40:00 jgg Exp $
 /* ######################################################################
    
    apt-cache - Manages the cache files
@@ -31,6 +31,7 @@
 #include <config.h>
 #include <apti18n.h>
 
+#include <locale.h>
 #include <iostream.h>
 #include <unistd.h>
 #include <errno.h>