mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: fix compilation on windows for picohttpparser
This commit is contained in:
parent
e12c8c1e20
commit
c256013e63
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
module picohttpparser
|
||||
|
||||
#include <sys/socket.h>
|
||||
$if !windows {
|
||||
#include <sys/socket.h>
|
||||
}
|
||||
|
||||
pub struct Response {
|
||||
pub:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue