mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
ipmi: Fix compile issue with isspace()
Some arches don't get ctypes.h included from these includes, so add it explicitly. Signed-off-by: Corey Minyard <cminyard@mvista.com>
This commit is contained in:
parent
9c633317a5
commit
e3fe142704
@ -52,6 +52,7 @@
|
||||
#include <linux/dmi.h>
|
||||
#include <linux/kthread.h>
|
||||
#include <linux/acpi.h>
|
||||
#include <linux/ctype.h>
|
||||
|
||||
#define PFX "ipmi_ssif: "
|
||||
#define DEVICE_NAME "ipmi_ssif"
|
||||
|
Loading…
Reference in New Issue
Block a user