From f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Wed, 5 Feb 2003 07:59:09 +0000 Subject: - Changes for compiling with gcc 3.2 --- lib/iowatch.cc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lib/iowatch.cc') 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 +#endif + +#include "iowatch.h" + #include #include #include #include -#include #include -#include "iowatch.h" - IOWatch::IOWatch() { num = 0; io = new int [FD_SETSIZE]; -- cgit v1.2.3