Skip to content

Commit

Permalink
ci: fix compilation on windows for picohttpparser
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Feb 16, 2024
1 parent e12c8c1 commit c256013
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vlib/picohttpparser/response.c.v
@@ -1,6 +1,8 @@
module picohttpparser

#include <sys/socket.h>
$if !windows {
#include <sys/socket.h>
}

pub struct Response {
pub:
Expand Down

0 comments on commit c256013

Please sign in to comment.