Skip to content
Snippets Groups Projects
Commit 9c2ccb94 authored by rswindell's avatar rswindell
Browse files

#include xpprintf.h to resolve msvc warning:

ssl.c(210): warning C4013: 'asprintf' undefined; assuming extern returning int
parent b595e976
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
#include <stdio.h>
#include <threadwrap.h>
#include "xpprintf.h"
#include "ssl.h"
//#include "js_socket.h" // TODO... move this stuff in here?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment