aboutsummaryrefslogtreecommitdiffstats
path: root/lib/iowatch.cc
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2003-02-05 07:59:09 +0000
committerFritz Elfert <felfert@to.com>2003-02-05 07:59:09 +0000
commitf0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85 (patch)
tree166bf2df5ca4fc40904af30a56a0de88683baf8d /lib/iowatch.cc
parent27ba222abbf3137eef49e31ac521de01d39c8088 (diff)
downloadplptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.gz
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.bz2
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.zip
- Changes for compiling with gcc 3.2
Diffstat (limited to 'lib/iowatch.cc')
-rw-r--r--lib/iowatch.cc9
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];