Added some includes needed for the new pseudo_init code.

This commit is contained in:
phil 1993-12-01 07:56:02 +00:00
parent 5f40ac2443
commit 1b7c2b0299
2 changed files with 8 additions and 2 deletions

View File

@ -33,7 +33,7 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)mkioconf.c 5.18 (Berkeley) 5/10/91";*/
static char rcsid[] = "$Id: mkioconf.c,v 1.17 1993/11/23 07:45:06 deraadt Exp $";
static char rcsid[] = "$Id: mkioconf.c,v 1.18 1993/12/01 07:56:02 phil Exp $";
#endif /* not lint */
#include <stdio.h>
@ -825,6 +825,9 @@ pc532_ioconf()
fprintf(fp, " * Generated by config program\n");
fprintf(fp, " */\n\n");
fprintf(fp, "#include \"../../dev/device.h\"\n");
fprintf(fp, "#include <types.h>");
fprintf(fp, "#include <cdefs.h>");
fprintf(fp, "#include <device.h>");
fprintf(fp, "\n");
for (dp = dtab; dp != 0; dp = dp->d_next) {

View File

@ -33,7 +33,7 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)mkioconf.c 5.18 (Berkeley) 5/10/91";*/
static char rcsid[] = "$Id: mkioconf.c,v 1.17 1993/11/23 07:45:06 deraadt Exp $";
static char rcsid[] = "$Id: mkioconf.c,v 1.18 1993/12/01 07:56:02 phil Exp $";
#endif /* not lint */
#include <stdio.h>
@ -825,6 +825,9 @@ pc532_ioconf()
fprintf(fp, " * Generated by config program\n");
fprintf(fp, " */\n\n");
fprintf(fp, "#include \"../../dev/device.h\"\n");
fprintf(fp, "#include <types.h>");
fprintf(fp, "#include <cdefs.h>");
fprintf(fp, "#include <device.h>");
fprintf(fp, "\n");
for (dp = dtab; dp != 0; dp = dp->d_next) {