summaryrefslogtreecommitdiff
path: root/src/ext/trunnel/trunnel-impl.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-10-26 11:06:45 -0400
committerNick Mathewson <nickm@torproject.org>2016-10-26 11:06:45 -0400
commit206a9726b112d674b712949fadc653def57f427b (patch)
tree54bb8b39548cf7f782b14562787b59879fea53a6 /src/ext/trunnel/trunnel-impl.h
parenta5f07a6c2a2b937f58548680f9b87b1e75b3c8f8 (diff)
downloadtor-206a9726b112d674b712949fadc653def57f427b.tar.gz
tor-206a9726b112d674b712949fadc653def57f427b.zip
Regenerate trunnel code with trunnel 1.5
Diffstat (limited to 'src/ext/trunnel/trunnel-impl.h')
-rw-r--r--src/ext/trunnel/trunnel-impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ext/trunnel/trunnel-impl.h b/src/ext/trunnel/trunnel-impl.h
index 3ffde6e09b..0cbd4f5637 100644
--- a/src/ext/trunnel/trunnel-impl.h
+++ b/src/ext/trunnel/trunnel-impl.h
@@ -1,4 +1,4 @@
-/* trunnel-impl.h -- copied from Trunnel v1.4.6
+/* trunnel-impl.h -- copied from Trunnel v1.5
* https://gitweb.torproject.org/trunnel.git
* You probably shouldn't edit this file.
*/
@@ -17,6 +17,7 @@
#include "trunnel.h"
#include <assert.h>
#include <string.h>
+#include <stdlib.h>
#if defined(_MSC_VER) && (_MSC_VER < 1600)
#define uint8_t unsigned char