diff options
-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 */ |