src/server/util/socket.c

changeset 702
ee80191310ca
parent 674
6a031133a498
equal deleted inserted replaced
701:936e5487418a 702:ee80191310ca
28 28
29 #include "socket.h" 29 #include "socket.h"
30 30
31 #include <unistd.h> 31 #include <unistd.h>
32 #include <sys/fcntl.h> 32 #include <sys/fcntl.h>
33 #include <fcntl.h>
33 #include <sys/socket.h> 34 #include <sys/socket.h>
34 #include <netinet/in.h> 35 #include <netinet/in.h>
35 #include <arpa/inet.h> 36 #include <arpa/inet.h>
36 37
37 int util_server_socket_local(short *port) { 38 int util_server_socket_local(short *port) {

mercurial