]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/versionmatch.cc
merge with debian/experimental
[apt.git] / apt-pkg / versionmatch.cc
index 6d667acade4e7a51fb1d442337b09918f2186c81..f336b3c3525c92079514a2d2056ace0124a1af85 100644 (file)
@@ -11,8 +11,9 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
-#include <apt-pkg/versionmatch.h>
+#include<config.h>
 
+#include <apt-pkg/versionmatch.h>
 #include <apt-pkg/strutl.h>
 #include <apt-pkg/error.h>
 
@@ -21,7 +22,6 @@
 #include <fnmatch.h>
 #include <sys/types.h>
 #include <regex.h>
-
                                                                        /*}}}*/
 
 // VersionMatch::pkgVersionMatch - Constructor                         /*{{{*/