From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Hutchings Date: Mon, 08 Aug 2011 13:25:19 +0000 Subject: [PATCH 12/12] headers, ppp: Add missing #include to Message-Id: <1312809919.2591.1152.camel@deadeye> List-Id: References: <1312809302.2591.1139.camel@deadeye> In-Reply-To: <1312809302.2591.1139.camel@deadeye> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: David Miller Cc: netdev@vger.kernel.org, Paul Mackerras , linux-ppp@vger.kernel.org uses various types defined in . Signed-off-by: Ben Hutchings --- include/linux/if_ppp.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/if_ppp.h b/include/linux/if_ppp.h index c9ad383..4d70e16 100644 --- a/include/linux/if_ppp.h +++ b/include/linux/if_ppp.h @@ -35,6 +35,7 @@ #include #include +#include /* * Packet sizes -- 1.7.5.4