ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master-2.2 a512ff6: Make sure config.h is included before in

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 2 Dec 2016 18:35:05 +0000 (UTC)
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(-)