summaryrefslogtreecommitdiff
path: root/sysdeps/mach/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/alpha')
-rw-r--r--sysdeps/mach/alpha/sysdep.h2
-rw-r--r--sysdeps/mach/alpha/thread_state.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/alpha/sysdep.h b/sysdeps/mach/alpha/sysdep.h
index 6c1035a5e3..55130754aa 100644
--- a/sysdeps/mach/alpha/sysdep.h
+++ b/sysdeps/mach/alpha/sysdep.h
@@ -38,4 +38,4 @@
#define STACK_GROWTH_DOWN
-#include_next <sysdep.h>
+#include <sysdeps/mach/sysdep.h>
diff --git a/sysdeps/mach/alpha/thread_state.h b/sysdeps/mach/alpha/thread_state.h
index ea9f944064..dc30a79926 100644
--- a/sysdeps/mach/alpha/thread_state.h
+++ b/sysdeps/mach/alpha/thread_state.h
@@ -36,4 +36,4 @@ struct machine_thread_all_state
struct alpha_float_state fpu;
};
-#include_next <thread_state.h>
+#include <sysdeps/mach/thread_state.h>