diff options
Diffstat (limited to 'sysdeps/mach/mips/thread_state.h')
-rw-r--r-- | sysdeps/mach/mips/thread_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/mips/thread_state.h b/sysdeps/mach/mips/thread_state.h index a72848dfc0..17334cf810 100644 --- a/sysdeps/mach/mips/thread_state.h +++ b/sysdeps/mach/mips/thread_state.h @@ -39,4 +39,4 @@ struct machine_thread_all_state struct mips_float_state fpu; }; -#include_next <thread_state.h> +#include <sysdeps/mach/thread_state.h> |