include <machine/cpu.h> rather than <machine/mtpr.h> -- if the latter

exists at all, it's supposed to be included by <machine/cpu.h>
This commit is contained in:
cgd 1993-12-23 07:36:06 +00:00
parent b0603af6e5
commit 61bcdb266e
1 changed files with 2 additions and 2 deletions

View File

@ -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 <machine/mtpr.h>
#include <machine/cpu.h>
struct ppp_softc ppp_softc[NPPP];
int ppp_async_out_debug = 0;