projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
load the size from the metaindex into the fetcher to have even more accurate progress...
[apt.git]
/
methods
/
file.cc
diff --git
a/methods/file.cc
b/methods/file.cc
index 3d0687c5bf03b04f13669d5900ec3405b3776768..12db62203ef822e9ae09b2efe7c226b65cd99a50 100644
(file)
--- a/
methods/file.cc
+++ b/
methods/file.cc
@@
-21,8
+21,9
@@
#include <apt-pkg/fileutl.h>
#include <apt-pkg/strutl.h>
+#include <string>
#include <sys/stat.h>
-#include <unistd.h>
+
#include <apti18n.h>
/*}}}*/