diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2016-03-24 21:47:15 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2016-03-24 21:47:15 +0000 |
| commit | 1f3bbfd875ed58cdd80893843d958d5575c4cebf (patch) | |
| tree | 10ebf70906a0df7cec2a498c94c01578f266a88a /lib/libsysdecode | |
| parent | 1d640d3b42d22f66e05d4c51334c958209c977d9 (diff) | |
Notes
Diffstat (limited to 'lib/libsysdecode')
| -rw-r--r-- | lib/libsysdecode/errno.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsysdecode/errno.c b/lib/libsysdecode/errno.c index 1e863bb69dc2..c21d21616ba3 100644 --- a/lib/libsysdecode/errno.c +++ b/lib/libsysdecode/errno.c @@ -56,7 +56,7 @@ static int bsd_to_linux_errno[ELAST + 1] = { #endif #if defined(__aarch64__) || defined(__amd64__) -#include <compat/cloudabi/cloudabi_syscalldefs.h> +#include <contrib/cloudabi/cloudabi_types_common.h> static const int cloudabi_errno_table[] = { [CLOUDABI_E2BIG] = E2BIG, |
