ok here is the deal, Im reading winsock tutorials for C development, but the sample code I am trying to compile is missing the #include directive to tell the preprocessor to include the nessisary header file.

The function establish() has not been declared:

implicit declaration of function `int establish(...)'

I have google searched to my hearts content, I cant find anything that tells me what header file has the establish function.

dose someone know what header I need to #include?