Wireshark-commits: [Wireshark-commits] master-2.0 c94bbe9: Include <stdlib.h> to declare exit().
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 13 Oct 2015 05:54:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c94bbe9cd6770ca0ffaed933d5eee87c7d2c6660
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

c94bbe9 by Guy Harris (guy@xxxxxxxxxxxx):

    Include <stdlib.h> to declare exit().
    
    Also, flag the exit() call as a Bad Idea, as is done in some other tap
    files.
    
    Change-Id: I4e077f5923bb36ed9c8b34aff3dda6d44b2b8721
    Reviewed-on: https://code.wireshark.org/review/10950
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit a342d1f3b9030a5c8df4d6b0ecac37fa971d4194)
    Reviewed-on: https://code.wireshark.org/review/10959
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  50f43c8   LTE RLC graphs - initial version
    adds  c94bbe9   Include <stdlib.h> to declare exit().


Summary of changes:
 ui/tap-rlc-graph.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)