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
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