projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* debian/rules:
[apt.git]
/
apt-pkg
/
contrib
/
sha256.h
diff --git
a/apt-pkg/contrib/sha256.h
b/apt-pkg/contrib/sha256.h
index 70b3ae2ad0178794de5ca2423e8fa9d16234ed7f..5934b5641dccba20c896252cc460f29f49d74091 100644
(file)
--- a/
apt-pkg/contrib/sha256.h
+++ b/
apt-pkg/contrib/sha256.h
@@
-14,12
+14,10
@@
#ifndef APTPKG_SHA256_H
#define APTPKG_SHA256_H
-#ifdef __GNUG__
-#pragma interface "apt-pkg/sha256.h"
-#endif
-
#include <string>
+#include <cstring>
#include <algorithm>
+#include <stdint.h>
using std::string;
using std::min;