projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor fixes on racy_pselect
[apt.git]
/
apt-pkg
/
contrib
/
sha256.h
diff --git
a/apt-pkg/contrib/sha256.h
b/apt-pkg/contrib/sha256.h
index 9e88f5ece7067c5b1430f09b99e316b849af8159..1951f053bf1b15b8216dec13e4971fe45275f975 100644
(file)
--- a/
apt-pkg/contrib/sha256.h
+++ b/
apt-pkg/contrib/sha256.h
@@
-14,13
+14,9
@@
#ifndef APTPKG_SHA256_H
#define APTPKG_SHA256_H
#ifndef APTPKG_SHA256_H
#define APTPKG_SHA256_H
-#ifdef __GNUG__
-#pragma interface "apt-pkg/sha256.h"
-#endif
-
#include <string>
#include <string>
+#include <cstring>
#include <algorithm>
#include <algorithm>
-#include <stdint.h>
using std::string;
using std::min;
using std::string;
using std::min;