8 Aug 2011 15:25
[PATCH 12/12] headers, ppp: Add missing #include to <linux/if_ppp.h>
Ben Hutchings <ben <at> decadent.org.uk>
2011-08-08 13:25:19 GMT
2011-08-08 13:25:19 GMT
<linux/if_ppp.h> uses various types defined in <linux/ppp_defs.h>. Signed-off-by: Ben Hutchings <ben <at> decadent.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 <at> <at> -35,6 +35,7 <at> <at> #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 linux-ppp" in the body of a message to majordomo <at> vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
RSS Feed