commit b4cb4281fc725fc53bebae5190f99df816c67876 Author: George Kadianakis desnacked@gmail.com Date: Fri Oct 7 19:29:42 2011 +0200
Fix little copy/paste error. --- src/sha256.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/sha256.c b/src/sha256.c index a49bf3b..8d835d4 100644 --- a/src/sha256.c +++ b/src/sha256.c @@ -9,7 +9,7 @@ #include "sha256.h"
#ifndef _WIN32 -#include <arpa/inet.h> /* for inet_ntoa() */ +#include <arpa/inet.h> /* for htonl/ntohl */ #endif
#define STMT_BEGIN do {
tor-commits@lists.torproject.org