comparison mgw/ctrl_sock.c @ 149:cfc249906145

mgw/ctrl_sock.c: #include <sys/stat.h> per chmod(2) man page
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 11 Oct 2022 13:48:39 -0800
parents f062c32a5116
children
comparison
equal deleted inserted replaced
148:b51247739897 149:cfc249906145
2 * In this module we implement the logic of listening on the 2 * In this module we implement the logic of listening on the
3 * TMGW control socket and accepting control connections. 3 * TMGW control socket and accepting control connections.
4 */ 4 */
5 5
6 #include <sys/types.h> 6 #include <sys/types.h>
7 #include <sys/stat.h>
7 #include <sys/time.h> 8 #include <sys/time.h>
8 #include <sys/socket.h> 9 #include <sys/socket.h>
9 #include <sys/un.h> 10 #include <sys/un.h>
10 #include <netinet/in.h> 11 #include <netinet/in.h>
11 #include <stdio.h> 12 #include <stdio.h>