# HG changeset patch # User diego # Date 1218724158 0 # Node ID 1968303c7566e3d08a0dc4d030019bb66108c6e6 # Parent 6772cfc78d33ed4bd6ce459c3ea0c9b997e3de37 Surround '#include ' by HAVE_SYS_SELECT_H. patch by Kurtnoise, kurtnoise free fr diff -r 6772cfc78d33 -r 1968303c7566 rtpproto.c --- a/rtpproto.c Thu Aug 14 11:17:23 2008 +0000 +++ b/rtpproto.c Thu Aug 14 14:29:18 2008 +0000 @@ -32,7 +32,9 @@ #include "network.h" #include "os_support.h" #include +#ifdef HAVE_SYS_SELECT_H #include +#endif #define RTP_TX_BUF_SIZE (64 * 1024) #define RTP_RX_BUF_SIZE (128 * 1024)