]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/init.cc
apt: Minor typo in 'apt' man page (closes: #743657)
[apt.git] / apt-pkg / init.cc
index 6ab5ec42d0fb15594252ecc927bff2880aa800de..3a35f852edc341db865bed854218f7c9f7e1303a 100644 (file)
 #include <apt-pkg/error.h>
 #include <apt-pkg/pkgsystem.h>
 #include <apt-pkg/configuration.h>
+#include <apt-pkg/macros.h>
 
+#include <string.h>
+#include <string>
 #include <cstdlib>
-#include <sys/stat.h>
 
 #include <apti18n.h>
                                                                        /*}}}*/