]> git.saurik.com Git - apt.git/blobdiff - apt-inst/contrib/arfile.h
add an additional test for arch specific conflicts
[apt.git] / apt-inst / contrib / arfile.h
index e2063cd716a6430c9eb3acc7919df05c9f7cb29e..0f62a34a06bd41025bb88c9c1013c7fcccc3fa3e 100644 (file)
 
 
 #include <string>
+#ifndef APT_8_CLEANER_HEADERS
 #include <apt-pkg/fileutl.h>
+#endif
+
+class FileFd;
 
 class ARArchive
 {
@@ -49,7 +53,7 @@ class ARArchive
 struct ARArchive::Member
 {
    // Fields from the header
-   string Name;
+   std::string Name;
    unsigned long MTime;
    unsigned long UID;
    unsigned long GID;