diff options
| author | Adam Belay <ambx1@neo.rr.com> | 2002-12-05 11:31:41 -0600 |
|---|---|---|
| committer | Adam Belay <ambx1@neo.rr.com> | 2002-12-05 11:31:41 -0600 |
| commit | 9bb10b5776e714ca0ce69770ea7f5d5eb6a66868 (patch) | |
| tree | 51223210d8ad73b251e87a3e71bd341afcebb9a2 /include/linux/pnp.h | |
| parent | 85478b2dc4fd31ea7c8b8fc897996d908143a8dd (diff) | |
[PATCH] PnP bugfix
I forgot the errno.h. Without this patch, things may not compile when
pnp support or pnp card support is disabled.
Hope you had a good trip. I noticed a small mistake in pnp 0.93 and I have
a fix for it.
Diffstat (limited to 'include/linux/pnp.h')
| -rw-r--r-- | include/linux/pnp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pnp.h b/include/linux/pnp.h index e0671ba00056..d666c6a92b9f 100644 --- a/include/linux/pnp.h +++ b/include/linux/pnp.h @@ -11,6 +11,7 @@ #include <linux/device.h> #include <linux/list.h> +#include <linux/errno.h> /* |
