]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsystem.cc
merged from lp:~donkult/apt/experimental
[apt.git] / apt-pkg / deb / debsystem.cc
index 7644bc66bed295f5e063fc180427dd4203664e73..080af5659d778ed61ce932df3eb0680c59e0fb55 100644 (file)
@@ -10,6 +10,8 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
+#include <config.h>
+
 #include <apt-pkg/debsystem.h>
 #include <apt-pkg/debversion.h>
 #include <apt-pkg/debindexfile.h>
 #include <apt-pkg/configuration.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/fileutl.h>
-#include <apti18n.h>
 #include <sys/types.h>
 #include <unistd.h>
 #include <dirent.h>
 #include <errno.h>
+
+#include <apti18n.h>
                                                                        /*}}}*/
 
 debSystem debSys;