diff options
Diffstat (limited to 'lib/iowatch.cc')
-rw-r--r-- | lib/iowatch.cc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/iowatch.cc b/lib/iowatch.cc index 5a975f7..7c320f8 100644 --- a/lib/iowatch.cc +++ b/lib/iowatch.cc @@ -21,15 +21,18 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + +#include "iowatch.h" + #include <unistd.h> #include <stdio.h> #include <sys/time.h> #include <sys/types.h> -#include <stream.h> #include <memory.h> -#include "iowatch.h" - IOWatch::IOWatch() { num = 0; io = new int [FD_SETSIZE]; |