diff options
Diffstat (limited to 'linux-user/safe-syscall.S')
-rw-r--r-- | linux-user/safe-syscall.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/safe-syscall.S b/linux-user/safe-syscall.S index 7ddc997801..74f7e35694 100644 --- a/linux-user/safe-syscall.S +++ b/linux-user/safe-syscall.S @@ -10,7 +10,7 @@ * See the COPYING file in the top-level directory. */ -#include "target_errno_defs.h" +#include "special-errno.h" /* We have the correct host directory on our include path * so that this will pull in the right fragment for the architecture. |