Include stdlib.h in asn.cpp (non-linux build fix)

This commit is contained in:
Brian R. Cox 2016-12-03 16:26:11 +00:00
parent a6612ab3ab
commit e7b63b6f96
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include "pch.h"
#include "asn.h"
#include "misc.h"
#include <stdlib.h>
unsigned int DERLengthEncode(unsigned int length, byte *output)
{