reorder includes: add <config.h> if needed and include it at first
[ntk/apt.git] / apt-pkg / acquire-method.cc
index 8c353be..69f7b1c 100644 (file)
@@ -15,6 +15,8 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
+#include <config.h>
+
 #include <apt-pkg/acquire-method.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/configuration.h>