Hello Ryan,

Sunday, July 01, 2001, 11:15:17 AM, you wrote:

RS> All it needs is the sys/time.h header file for the select call.  The
RS> manpage for select asks for 3 header files, AsfNetworkInputStream.cpp is
RS> just missing the one.

RS> Here is the most trivial patch of all time.  It hasn't been fixed in the
RS> CVS yet.

RS> -----------------
RS> --- AsfNetworkInputStream.cpp~  Fri Jun 29 16:13:54 2001
RS> +++ AsfNetworkInputStream.cpp   Sun Jul  1 11:06:43 2001
RS> @@ -21,6 +21,7 @@
RS>  #include <unistd.h>
RS>  #include <fcntl.h>
RS>  #include <sys/types.h>
RS> +#include <sys/time.h>
RS>  #include <sys/socket.h>
RS>  #include <netinet/in.h>
RS>  #include <arpa/inet.h>
RS> ------------------

Fixed in CVS, thanks.


-- 
Best regards,
 Eugene
mailto:[EMAIL PROTECTED] or [EMAIL PROTECTED]
[Team GADGET]  [Team Two Divided By Zero]



_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to