reorder includes: add <config.h> if needed and include it at first
[ntk/apt.git] / methods / gzip.cc
index fc4e1ec..6202d73 100644 (file)
@@ -9,6 +9,8 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
+#include <config.h>
+
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/acquire-method.h>