[freebsd] d: Fix build failures on sparc64-*-freebsd*
All target platforms that could run on SPARC should include this header in order to avoid errors from memmodel being used in sparc-protos.h. gcc/ChangeLog: * config/freebsd-d.c: Include memmodel.h.
This commit is contained in:
parent
8ab1d63744
commit
74ed3fc279
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "memmodel.h"
|
||||
#include "tm.h"
|
||||
#include "tm_p.h"
|
||||
#include "d/d-target.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue