We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ecde50 commit c73d01fCopy full SHA for c73d01f
src/include/wbsocket.h
@@ -1,6 +1,8 @@
1
#ifndef _WB_SOCKET_H
2
#define _WB_SOCKET_H 1
3
4
+#include <sys/socket.h>
5
+
6
#include "wbglobals.h"
7
#include "wbproto.h"
8
#include "wbconfig.h"
src/wbsocket.c
@@ -4,6 +4,7 @@
#include <errno.h>
#include <fcntl.h>
#include <netdb.h>
+#include <netinet/in.h>
#include <stddef.h>
9
#include <stdio.h>
10
#include <string.h>
0 commit comments