]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/versionmatch.cc
always run 'dpkg --configure -a' at the end of our dpkg callings
[apt.git] / apt-pkg / versionmatch.cc
index 26262a010e7e62998621e2ec3826a1aa6807d9b6..284098bdf275da546fd97bcc6ed6d86dfa667913 100644 (file)
 #include <apt-pkg/versionmatch.h>
 #include <apt-pkg/strutl.h>
 #include <apt-pkg/error.h>
+#include <apt-pkg/pkgcache.h>
+#include <apt-pkg/cacheiterators.h>
 
+#include <stddef.h>
+#include <stdlib.h>
+#include <string.h>
+#include <string>
 #include <stdio.h>
 #include <ctype.h>
 #include <fnmatch.h>
-#include <sys/types.h>
 #include <regex.h>
                                                                        /*}}}*/