Wireshark-commits: [Wireshark-commits] master edc2beb: Include <stdlib.h>, to declare exit().

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 22 Jun 2018 07:14:24 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=edc2bebcecbdfdf21e7b48869d28cc1ca562846f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

edc2beb by Guy Harris (guy@xxxxxxxxxxxx):

    Include <stdlib.h>, to declare exit().
    
    Move the standard C includes up to the top, while we're at it.
    
    Change-Id: I627536097955d96e7e5dcd48d9c1cc38a221fefb
    Reviewed-on: https://code.wireshark.org/review/28375
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  8ef62a8   PER: fix decoding of bit strings with an upper bound >= 64K
    adds  edc2beb   Include <stdlib.h>, to declare exit().


Summary of changes:
 ui/tap-rtp-common.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)