Fixed for compilation with gcc 7.2.1 by including <stdint.h> to ip_input.c

This commit is contained in:
Salvador Pardi?as 2017-12-12 14:51:59 -03:00
commit f0a12dcac2

View file

@ -40,6 +40,7 @@
#include "slirp.h"
#include "ip_icmp.h"
#include <stdint.h>
int ip_defttl;
struct ipstat ipstat;