[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1312809919.2591.1152.camel@deadeye>
Date: Mon, 08 Aug 2011 14:25:19 +0100
From: Ben Hutchings <ben@...adent.org.uk>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org, Paul Mackerras <paulus@...ba.org>,
linux-ppp@...r.kernel.org
Subject: [PATCH 12/12] headers, ppp: Add missing #include to
<linux/if_ppp.h>
<linux/if_ppp.h> uses various types defined in <linux/ppp_defs.h>.
Signed-off-by: Ben Hutchings <ben@...adent.org.uk>
---
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 <linux/types.h>
#include <linux/compiler.h>
+#include <linux/ppp_defs.h>
/*
* Packet sizes
--
1.7.5.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists