aboutsummaryrefslogtreecommitdiff
path: root/net/httping/patches/002-fix_compile_warnings.patch
blob: 09bf321c80555dc27df06b81734ee1f3e7afd4ea (plain)
1
2
3
4
5
6
7
8
9
10
--- a/http.c
+++ b/http.c
@@ -4,6 +4,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>
+#include <stdlib.h>
 #ifndef NO_SSL
 #include <openssl/ssl.h>
 #include "mssl.h"