# HG changeset patch # User bcoudurier # Date 1222294313 0 # Node ID c0667b2aa3abf05447e36dea51f849c2c1b6f5cd # Parent 6154f62ef6525cd9b93791d431c0548da2dd41c8 include sys/select.h to get select, according to posix 2001, fix compilation on freebsd 5.5 diff -r 6154f62ef652 -r c0667b2aa3ab tcp.c --- a/tcp.c Wed Sep 24 22:08:50 2008 +0000 +++ b/tcp.c Wed Sep 24 22:11:53 2008 +0000 @@ -22,6 +22,7 @@ #include #include "network.h" #include "os_support.h" +#include #include typedef struct TCPContext {