Added an #include to SLiRP's ip_input.c, so that it compiles correctly using GCC 7.2.1.

This commit is contained in:
OBattler
2017-12-12 21:42:54 +01:00
parent 0d7ece0daf
commit b297311ba3

View File

@@ -37,6 +37,8 @@
* Please read the file COPYRIGHT for the
* terms and conditions of the copyright.
*/
#include <stdint.h>
#include "slirp.h"
#include "ip_icmp.h"