aboutsummaryrefslogtreecommitdiff
path: root/linux-user/safe-syscall.S
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/safe-syscall.S')
-rw-r--r--linux-user/safe-syscall.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/safe-syscall.S b/linux-user/safe-syscall.S
index b5df6254ae..42ea7c40ba 100644
--- a/linux-user/safe-syscall.S
+++ b/linux-user/safe-syscall.S
@@ -11,7 +11,7 @@
*/
#include "hostdep.h"
-#include "errno_defs.h"
+#include "target_errno_defs.h"
/* We have the correct host directory on our include path
* so that this will pull in the right fragment for the architecture.