projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use the GroupedFromCommandLine() method in the dotty and xvcg command
[apt.git]
/
apt-pkg
/
contrib
/
md5.h
diff --git
a/apt-pkg/contrib/md5.h
b/apt-pkg/contrib/md5.h
index 9447e995657648ca69809b3552dbf02776bc23c4..96c8975b46f6cc165b257f889bd1bb2f56ac5168 100644
(file)
--- a/
apt-pkg/contrib/md5.h
+++ b/
apt-pkg/contrib/md5.h
@@
-23,12
+23,11
@@
#ifndef APTPKG_MD5_H
#define APTPKG_MD5_H
-#ifdef __GNUG__
-#pragma interface "apt-pkg/md5.h"
-#endif
#include <string>
+#include <cstring>
#include <algorithm>
+#include <stdint.h>
using std::string;
using std::min;