1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fix ./v -cc g++ run examples/concurrency/concurrency_http.v

This commit is contained in:
Delyan Angelov
2021-09-28 09:20:49 +03:00
parent bf0b86774a
commit 6b40ead54d
2 changed files with 44 additions and 43 deletions

View File

@ -23,6 +23,7 @@ module openssl
#include <openssl/ssl.h>
#include <openssl/err.h>
[typedef]
pub struct C.SSL {
}