diff options
Diffstat (limited to 'sysdeps/mach/alpha/thread_state.h')
-rw-r--r-- | sysdeps/mach/alpha/thread_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
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> |