summaryrefslogtreecommitdiff
path: root/apt-pkg/srcrecords.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/srcrecords.h')
-rw-r--r--apt-pkg/srcrecords.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/srcrecords.h b/apt-pkg/srcrecords.h
index 7cb490079..796d2e1bd 100644
--- a/apt-pkg/srcrecords.h
+++ b/apt-pkg/srcrecords.h
@@ -31,6 +31,7 @@ class pkgSrcRecords
// Describes a single file
struct File
{
+ std::string MD5Hash;
std::string Hash;
unsigned long Size;
std::string Path;