https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5650
--- Comment #6 from Alexandr Dubovikov <shurik@xxxxxxxxxxx> 2011-02-08 13:07:42 PST ---
(In reply to comment #5)
> That new include would probably have to change into
>
> #ifdef HAVE_ARPA_INET_H
> #include <arpa/inet.h>
> #endif
>
> #ifdef NEED_INET_ATON_H
> # include "wsutil/inet_aton.h"
> #endif
Should I added it to the new patch ?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.