Yoann Vandoorselaere <[EMAIL PROTECTED]> writes: > Hi, > > recvfrom make use of the getpeername function, but doesn't pull the > dependency automatically. The attached patch fix that.
Thanks, pushed. /Simon > Regards, > > -- > Yoann Vandoorselaere | Responsable R&D / CTO | PreludeIDS Technologies > Tel: +33 (0)9 50 70 21 58 Fax: +33(0)9 57 25 21 58 > http://www.prelude-ids.com > diff --git a/modules/recvfrom b/modules/recvfrom > index 50e1339..011c236 100644 > --- a/modules/recvfrom > +++ b/modules/recvfrom > @@ -5,6 +5,7 @@ Files: > lib/winsock.c > > Depends-on: > +getpeername > sys_socket > errno >