Skip to content

Commit e081444

Browse files
committed
quick fix
1 parent 4251b7c commit e081444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/swift_net.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <arpa/inet.h>
44
#include <netinet/in.h>
55
#include <stdint.h>
6-
#include <sys/_types/_socklen_t.h>
6+
#include <sys/socket.h>
77
#include <time.h>
88
#include <pthread.h>
99
#include <string.h>

0 commit comments

Comments
 (0)