Wireshark-commits: [Wireshark-commits] master 7cbe0b2: Include <string.h>.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 11 Nov 2019 20:22:15 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7cbe0b2e1580686af3e13df83577cc581668950e
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

7cbe0b2 by Guy Harris (guy@xxxxxxxxxxxx):

    Include <string.h>.
    
    strchr() is declared in <string.h>, and we now use strchr(), so we must
    include <string.h>.
    
    Change-Id: Ie80763c10c4ad1ef85d4a83d8eacc3ea236bea56
    Reviewed-on: https://code.wireshark.org/review/35052
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  5d18c9b   dumpcap: Add support for TCP@IPv6 socket captures
     add  7cbe0b2   Include <string.h>.


Summary of changes:
 wsutil/socket.c | 1 +
 1 file changed, 1 insertion(+)