]> git.saurik.com Git - apt.git/blobdiff - methods/file.cc
Allow the FileFd to use an external Compressor to uncompress a given file
[apt.git] / methods / file.cc
index d58652e6eaba140764f18220014c790c4dba919d..5025c996d7008784848d233ac967aede3d4df617 100644 (file)
@@ -19,6 +19,7 @@
 #include <apt-pkg/error.h>
 #include <apt-pkg/hashes.h>
 #include <apt-pkg/fileutl.h>
+#include <apt-pkg/strutl.h>
 
 #include <sys/stat.h>
 #include <unistd.h>