comparison irccdctl/main.c @ 960:4af3140f234d

misc: various fixes for Alpine Linux
author David Demelier <markand@malikania.fr>
date Mon, 25 Jan 2021 11:11:19 +0100
parents 533639ec5e9c
children d7501067de95
comparison
equal deleted inserted replaced
959:0d6e2a89fee5 960:4af3140f234d
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19 #include <compat.h>
20
19 #include <sys/socket.h> 21 #include <sys/socket.h>
22 #include <sys/time.h>
20 #include <sys/un.h> 23 #include <sys/un.h>
21 #include <assert.h> 24 #include <assert.h>
22 #include <err.h> 25 #include <err.h>
23 #include <errno.h> 26 #include <errno.h>
24 #include <limits.h> 27 #include <limits.h>