packet-geonw.c: Add #include <stdlib.h> to fix Debug build on Windows

Change-Id: I22450f09490f3d508f3865984d710469a8d119f0
Reviewed-on: https://code.wireshark.org/review/31050
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Michael Mann 2018-12-14 17:01:42 -05:00
parent 3d90bb3a7c
commit 2289cd49c1
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@
*/
#include <config.h>
#include <stdlib.h>
#include <epan/packet.h>
#include <epan/expert.h>