X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fio.c;h=e811e81b0b2a2bfa66eac927a2c8af4c60bdc4fb;hp=18a29aa647eb6feb214a654375cde51856b86fdc;hb=54e67ea9ee6c2b00c43f759edc55b57b969c9e2d;hpb=cc336b75580d012c1caee58a252d1ad14b2cee23 diff --git a/src/ngircd/io.c b/src/ngircd/io.c index 18a29aa6..e811e81b 100644 --- a/src/ngircd/io.c +++ b/src/ngircd/io.c @@ -104,8 +104,7 @@ static bool io_event_change_devpoll(int fd, short what); #ifdef IO_USE_SELECT #include "defines.h" /* for conn.h */ -#include "conn.h" /* for CONN_IDX (needed by resolve.h) */ -#include "resolve.h" /* for RES_STAT (needed by conf.h) */ +#include "proc.h" /* for PROC_STAT (needed by conf.h) */ #include "conf.h" /* for Conf_MaxConnections */ static fd_set readers;