--- rxvt-unicode/src/iom_conf.h 2004/01/17 01:20:01 1.1 +++ rxvt-unicode/src/iom_conf.h 2004/11/12 10:22:22 1.4 @@ -1,5 +1,5 @@ /* - iom_conf.h -- generic I/O multiplexor config + iom_conf.h -- generic I/O multiplexer config Copyright (C) 2003, 2004 Marc Lehmann This program is free software; you can redistribute it and/or modify @@ -20,11 +20,12 @@ #ifndef RXVT_IOM_CONF_H__ #define RXVT_IOM_CONF_H__ -#include +#include #define IOM_IO 1 #define IOM_TIME 1 #define IOM_CHECK 1 +#define IOM_SIG 1 #endif