Skip to content

Commit 6f6039c

Browse files
committed
include sys/socket.h for freebsd
1 parent 2b13eb2 commit 6f6039c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lualib-src/lua-socket.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <lua.h>
1010
#include <lauxlib.h>
1111

12+
#include <sys/socket.h>
1213
#include <arpa/inet.h>
1314

1415
#include "skynet_socket.h"

0 commit comments

Comments
 (0)