diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2020-10-29 14:23:52 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2020-10-29 14:23:52 +0000 |
| commit | 1a8577fa68d68b14f6ccddd43d01436eb323151b (patch) | |
| tree | a4ab2b2bc5fd65937ad745cc22d4300619d845db /lib/libsysdecode | |
| parent | 80d8e42662d8f65d4a88a3043a61d19e1621ad91 (diff) | |
Notes
Diffstat (limited to 'lib/libsysdecode')
| -rw-r--r-- | lib/libsysdecode/errno.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libsysdecode/errno.c b/lib/libsysdecode/errno.c index 710d5f1a69941..037ad0380e4a6 100644 --- a/lib/libsysdecode/errno.c +++ b/lib/libsysdecode/errno.c @@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$"); #include <sysdecode.h> #if defined(__aarch64__) || defined(__amd64__) || defined(__i386__) +#include <compat/linux/linux_errno.h> static #include <compat/linux/linux_errno.inc> #endif |
