URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a512ff643e509d93ab092035395a756db1378623
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
a512ff6 by Guy Harris (guy@xxxxxxxxxxxx):
Make sure config.h is included before inet_addr.h.
Otherwise, _FILE_OFFSET_BITS might be defined by a header file included
by inet_addr.h before it gets defined by config.h.
Change-Id: I5987b3f1493b81fd2d427d9792b9606117b255d0
Reviewed-on: https://code.wireshark.org/review/19018
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 6ac40522af625971a6cb7b7e1ab56c7834e335db)
Reviewed-on: https://code.wireshark.org/review/19023
Actions performed:
from e7042d8 Qt: Export object fixups.
adds a512ff6 Make sure config.h is included before inet_addr.h.
Summary of changes:
wsutil/inet_addr.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)