From 61bcdb266ef64f30a6f8b1e8ebd651a332d876b0 Mon Sep 17 00:00:00 2001 From: cgd Date: Thu, 23 Dec 1993 07:36:06 +0000 Subject: [PATCH] include rather than -- if the latter exists at all, it's supposed to be included by --- sys/net/if_ppp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/net/if_ppp.c b/sys/net/if_ppp.c index 6531caec6b3b..28e7ceb69155 100644 --- a/sys/net/if_ppp.c +++ b/sys/net/if_ppp.c @@ -69,7 +69,7 @@ * Paul Mackerras (paulus@cs.anu.edu.au). */ -/* $Id: if_ppp.c,v 1.5 1993/12/18 00:40:54 mycroft Exp $ */ +/* $Id: if_ppp.c,v 1.6 1993/12/23 07:36:06 cgd Exp $ */ /* from if_sl.c,v 1.11 84/10/04 12:54:47 rick Exp */ #include "ppp.h" @@ -134,7 +134,7 @@ #endif #include "if_ppp.h" -#include +#include struct ppp_softc ppp_softc[NPPP]; int ppp_async_out_debug = 0;