From 7c142be7ec419e6ea74dd2eda1a711b59869266f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 8 Aug 2017 18:37:42 -0600 Subject: [PATCH] Fix small build problems found in build testing. --- net/ipforward/ipfwd_dropstats.c | 1 + net/ipforward/ipfwd_poll.c | 1 + 2 files changed, 2 insertions(+) diff --git a/net/ipforward/ipfwd_dropstats.c b/net/ipforward/ipfwd_dropstats.c index c6ebc68626b..b79d6435876 100644 --- a/net/ipforward/ipfwd_dropstats.c +++ b/net/ipforward/ipfwd_dropstats.c @@ -41,6 +41,7 @@ #include +#include #include #include diff --git a/net/ipforward/ipfwd_poll.c b/net/ipforward/ipfwd_poll.c index 00a367a478e..138440c942c 100644 --- a/net/ipforward/ipfwd_poll.c +++ b/net/ipforward/ipfwd_poll.c @@ -42,6 +42,7 @@ #include #include +#include #include "devif/devif.h" #include "ipforward/ipforward.h"