diff --git a/mongoose.c b/mongoose.c index 5c223a9875ef538f6f107d6f10affd884ceedd47..a417be80c013684140145f340ec36cce0100f16f 100644 --- a/mongoose.c +++ b/mongoose.c @@ -15,6 +15,9 @@ // Alternatively, you can license this library under a commercial // license, as set out in <http://cesanta.com/>. +#ifdef NOEMBED_NET_SKELETON +#include "net_skeleton.h" +#else // net_skeleton start // Copyright (c) 2014 Cesanta Software Limited @@ -947,6 +950,7 @@ void ns_server_free(struct ns_server *s) { } // net_skeleton end +#endif // NOEMBED_NET_SKELETON #include <ctype.h>