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@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-06-22 00:11:50 -07:00
parent 8ef62a83f4
commit edc2bebcec
1 changed files with 4 additions and 3 deletions

View File

@ -17,11 +17,12 @@
#include "config.h"
#include <glib.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <string.h>
#include <glib.h>
#include <epan/rtp_pt.h>
#include <epan/addr_resolv.h>
#include <epan/proto_data.h>