diff options
| author | Zheng Da <zhengda1936@gmail.com> | 2010-06-04 16:50:15 +0200 |
|---|---|---|
| committer | Zheng Da <zhengda1936@gmail.com> | 2010-06-04 16:50:15 +0200 |
| commit | 2d2c99a2d22d53343e3ea39368201d2e316c5aa8 (patch) | |
| tree | a9c70b148b63ea67ee44addaa4b9d62d583ac7de | |
| parent | 754b9e2aa7a675fae18dfc1afa629ac65c48d11c (diff) | |
fix a complication problem.
| -rw-r--r-- | libmachdev/linux-errno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmachdev/linux-errno.h b/libmachdev/linux-errno.h index e8852c09..be764a89 100644 --- a/libmachdev/linux-errno.h +++ b/libmachdev/linux-errno.h @@ -1,7 +1,7 @@ #ifndef _ASM_GENERIC_ERRNO_H #define _ASM_GENERIC_ERRNO_H -#include <asm-generic/errno-base.h> +#include <errno-base.h> #define EDEADLK 35 /* Resource deadlock would occur */ #define ENAMETOOLONG 36 /* File name too long */ |
