]> arthur.barton.de Git - ngircd-alex.git/commitdiff
io.c: Include conn.h when using the select() API
authorAlexander Barton <alex@barton.de>
Mon, 12 Jul 2010 11:24:45 +0000 (13:24 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 12 Jul 2010 11:24:45 +0000 (13:24 +0200)
src/ngircd/io.c

index e811e81b0b2a2bfa66eac927a2c8af4c60bdc4fb..cb2b55a9297d9c0285f1be1a5d4db370f0fedb95 100644 (file)
@@ -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;