From 54ad1e4e47fe7c1448e6bd621f758a1b415a8d55 Mon Sep 17 00:00:00 2001 From: Dmitry Frank <dmitry.frank@cesanta.com> Date: Mon, 12 Dec 2016 21:21:25 +0000 Subject: [PATCH] Prepare pic32 docker image and xc32 makefile This PR does not include `fw/platforms/pic32` since it's too dirty. PUBLISHED_FROM=db50ba389202da80355aafe5f2c1ceeca7bffe41 --- mongoose.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mongoose.h b/mongoose.h index e1850e8d9..bf3fa3f3a 100644 --- a/mongoose.h +++ b/mongoose.h @@ -1454,6 +1454,10 @@ typedef TCP_SOCKET sock_t; #define SIZE_T_FMT "lu" #define INT64_FMT "lld" +#ifndef CS_ENABLE_STDIO +#define CS_ENABLE_STDIO 1 +#endif + char* inet_ntoa(struct in_addr in); #endif /* CS_PLATFORM == CS_P_PIC32 */ -- GitLab