# HG changeset patch # User rfelker # Date 1156115958 0 # Node ID 3f19764369ac95977433366003f1e16a3146e906 # Parent ed2785b4dd48dc5fe2f084e04768e3bba138b571 missing header for struct timeval diff -r ed2785b4dd48 -r 3f19764369ac stream/tcp.c --- a/stream/tcp.c Sun Aug 20 22:48:36 2006 +0000 +++ b/stream/tcp.c Sun Aug 20 23:19:18 2006 +0000 @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include diff -r ed2785b4dd48 -r 3f19764369ac stream/udp.c --- a/stream/udp.c Sun Aug 20 22:48:36 2006 +0000 +++ b/stream/udp.c Sun Aug 20 23:19:18 2006 +0000 @@ -25,6 +25,7 @@ #include #include #include +#include #include #include