Unbreak the bootloader build by excluding ctype.h.

Submitted by:	Stefan Farfeleder <stefan@fafoe.narf.at>
This commit is contained in:
njl 2004-04-05 17:30:15 +00:00
parent 63ecd76846
commit 8b7744ab53

View File

@ -162,7 +162,9 @@
#define ACPI_USE_STANDARD_HEADERS
#define ACPI_FLUSH_CPU_CACHE()
#include <sys/types.h>
#if __STDC_HOSTED__
#include <ctype.h>
#endif
#define __cli()
#define __sti()