Commit 7894a217 authored by Nick Mathewson's avatar Nick Mathewson 🦞
Browse files

Add a stdlib.h which is apparently now needed somehow.

parent 26713665
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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