1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Finish unbreaking autoconf.c includes (for non-SMP.)

This commit is contained in:
Brian Feldman 1999-08-22 23:44:33 +00:00
parent 9401c3d753
commit 1574a39bd2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50196
2 changed files with 4 additions and 2 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
* $Id: autoconf.c,v 1.133 1999/08/22 19:59:29 peter Exp $
* $Id: autoconf.c,v 1.134 1999/08/22 21:44:32 peter Exp $
*/
/*
@ -74,6 +74,7 @@
#include "pnp.h"
#if NPNP > 0
#include <i386/isa/icu.h>
#include <i386/isa/isa_device.h>
#include <i386/isa/pnp.h>
#endif

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
* $Id: autoconf.c,v 1.133 1999/08/22 19:59:29 peter Exp $
* $Id: autoconf.c,v 1.134 1999/08/22 21:44:32 peter Exp $
*/
/*
@ -74,6 +74,7 @@
#include "pnp.h"
#if NPNP > 0
#include <i386/isa/icu.h>
#include <i386/isa/isa_device.h>
#include <i386/isa/pnp.h>
#endif