From 409b044ec71f329f5389da6870346cc4ceeb5a8d Mon Sep 17 00:00:00 2001 From: toddouska Date: Fri, 31 Jul 2015 11:44:09 -0700 Subject: [PATCH] fix build 267, case 1299 ocsp + iopool (no stdlib) --- src/io.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/io.c b/src/io.c index a55fa8450..fac843b40 100644 --- a/src/io.c +++ b/src/io.c @@ -527,6 +527,8 @@ int EmbedGenerateCookie(WOLFSSL* ssl, byte *buf, int sz, void *ctx) #ifdef HAVE_OCSP +#include /* atoi() */ + static int Word16ToString(char* d, word16 number) {