Add #include_next <thread_state.h> at end.

This commit is contained in:
Roland McGrath 1994-08-16 06:04:07 +00:00
parent cd582f3e94
commit 275f772878

View File

@ -36,3 +36,5 @@ struct machine_thread_all_state
struct mips_exc_state exc;
struct mips_float_state fpu;
};
#include_next <thread_state.h>