Re: [Cegcc-devel] inet_aton and getpid!

2007-09-27 Thread Pedro Alves
Bao C. Ha escreveu: > Hello, > > I am using mingw32ce to recompile an application. Where are the > headers/libraries for the inet_ntoa and getpid? Following are > the errors: > > ... > net_udp.c:220: warning: no previous prototype for 'inet_aton' > ... grepping helps ... winsock2.h > net_udp

[Cegcc-devel] inet_aton and getpid!

2007-09-27 Thread Bao C. Ha
Hello, I am using mingw32ce to recompile an application. Where are the headers/libraries for the inet_ntoa and getpid? Following are the errors: ... net_udp.c:220: warning: no previous prototype for 'inet_aton' ... net_udp.c:362: warning: implicit declaration of function '_getpid' ... Do I have