reorder includes: add <config.h> if needed and include it at first
[ntk/apt.git] / apt-pkg / pkgsystem.cc
index 6dd2d3e..f61c140 100644 (file)
@@ -10,6 +10,8 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
+#include<config.h>
+
 #include <apt-pkg/pkgsystem.h>
 #include <apt-pkg/policy.h>
 #include <cassert>