forgot one "extern"

This commit is contained in:
Felix von Leitner 2004-01-06 22:52:03 +00:00
parent 539f341d44
commit 406d262a86
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ extern array io_pollfds;
extern long first_readable;
extern long first_writeable;
enum {
extern enum {
UNDECIDED,
POLL
#ifdef HAVE_KQUEUE