| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | --- a/http.c |
| 2 | +++ b/http.c | ||||
| 3 | @@ -4,6 +4,7 @@ | ||||
| 4 | #include <stdio.h> | ||||
| 5 | #include <string.h> | ||||
| 6 | #include <unistd.h> | ||||
| 7 | +#include <stdlib.h> | ||||
| 8 | #ifndef NO_SSL | ||||
| 9 | #include <openssl/ssl.h> | ||||
| 10 | #include "mssl.h" | ||||