Fixed for compilation with gcc 7.2.1 by including <stdint.h> to ip_input.c
This commit is contained in:
parent
1e0b7d3632
commit
f0a12dcac2
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
|||
|
||||
#include "slirp.h"
|
||||
#include "ip_icmp.h"
|
||||
#include <stdint.h>
|
||||
|
||||
int ip_defttl;
|
||||
struct ipstat ipstat;
|
||||
|
|
|
|||
Loading…
Reference in a new issue