commit 37ee0a331394d990e514a1a7b2b52ecb879b9701 from: Alexander Barton date: Mon Jul 12 11:24:45 2010 UTC io.c: Include conn.h when using the select() API commit - 03457135b727fc39bb6601b8fb434db2680edc82 commit + 37ee0a331394d990e514a1a7b2b52ecb879b9701 blob - e811e81b0b2a2bfa66eac927a2c8af4c60bdc4fb blob + cb2b55a9297d9c0285f1be1a5d4db370f0fedb95 --- src/ngircd/io.c +++ src/ngircd/io.c @@ -105,6 +105,7 @@ static bool io_event_change_devpoll(int fd, short what #ifdef IO_USE_SELECT #include "defines.h" /* for conn.h */ #include "proc.h" /* for PROC_STAT (needed by conf.h) */ +#include "conn.h" /* for CONN_ID (needed by conf.h) */ #include "conf.h" /* for Conf_MaxConnections */ static fd_set readers;