Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 6ac4052: Make sure config.h is included before inet_a

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 2 Dec 2016 10:34:06 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6ac40522af625971a6cb7b7e1ab56c7834e335db
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

Actions performed:

    from  6e02789   Do *NOT* strip newlines from the standard input of sed.
    adds  6ac4052   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(-)