]> git.saurik.com Git - apt.git/blobdiff - ftparchive/cachedb.cc
ensure proper teardown in dpkg error cases
[apt.git] / ftparchive / cachedb.cc
index c2318bf5301fee6b62a7245ded212568fc30796d..523c6b5faa70c7d56914f0288e6d5d65fbc24c25 100644 (file)
 #include <apt-pkg/strutl.h>
 #include <apt-pkg/configuration.h>
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/strutl.h>
 #include <apt-pkg/configuration.h>
 #include <apt-pkg/fileutl.h>
+#include <apt-pkg/debfile.h>
 
 #include <netinet/in.h>       // htonl, etc
 
 #include <netinet/in.h>       // htonl, etc
+#include <ctype.h>
+#include <stddef.h>
+#include <sys/stat.h>
 
 #include "cachedb.h"
 
 
 #include "cachedb.h"