Unbreak the bootloader build by excluding ctype.h.
Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
This commit is contained in:
parent
63ecd76846
commit
8b7744ab53
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user