Add #include for ctype.h to cover strupr() in the !_KERNEL case.

Submitted by:	Stefan Farfeleder <stefan@fafoe.narf.at>
This commit is contained in:
njl 2004-04-05 04:03:09 +00:00
parent bb0b657d01
commit 90325c0beb

View File

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