Wireshark-commits: [Wireshark-commits] master 3ed06ec: The C standard requires <stdlib.h> for geten
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 21 Jun 2016 23:35:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3ed06ec32b64821b311f47c95862f3486f78aa53
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3ed06ec by Guy Harris (guy@xxxxxxxxxxxx):

    The C standard requires <stdlib.h> for getenv() and abort().
    
    You might be able to get away with not including it on some or all
    UN*Xes, but you can't do so on Windows with MSVC.
    
    Change-Id: Id2de70745e2a6e8dedc005a55030f3d3fcb54a69
    Reviewed-on: https://code.wireshark.org/review/16064
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  1b1296a   More helpful failure when registration fails.
    adds  3ed06ec   The C standard requires <stdlib.h> for getenv() and abort().


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