mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 23:13:13 +08:00
11 lines
186 B
Diff
11 lines
186 B
Diff
--- 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"
|