]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgrecords.cc
enable APT in unpack/configure ordering to handle loops as well
[apt.git] / apt-pkg / pkgrecords.cc
index 1a7585d8fe7f67c6de9073746a19268c681fe49f..7709f133a9148f1d672144ef35fff249bcb33286 100644 (file)
@@ -9,12 +9,14 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
+#include<config.h>
+
 #include <apt-pkg/pkgrecords.h>
 #include <apt-pkg/indexfile.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/configuration.h>
-    
-#include <apti18n.h>   
+
+#include <apti18n.h>
                                                                        /*}}}*/
 
 // Records::pkgRecords - Constructor                                   /*{{{*/