[tor-commits] [trunnel/master] Add a stdlib.h which is apparently now needed somehow.

nickm at torproject.org nickm at torproject.org
Wed Sep 14 20:44:19 UTC 2016


commit 7894a2179d60a25ef47f7a012c99a8270fe5cfc4
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Sep 14 16:40:49 2016 -0400

    Add a stdlib.h which is apparently now needed somehow.
---
 lib/trunnel/data/trunnel-impl.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/trunnel/data/trunnel-impl.h b/lib/trunnel/data/trunnel-impl.h
index 98dce21..26b6f47 100644
--- a/lib/trunnel/data/trunnel-impl.h
+++ b/lib/trunnel/data/trunnel-impl.h
@@ -13,6 +13,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



More information about the tor-commits mailing list