[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:
Iain Buclaw 2021-03-21 17:51:39 +01:00
parent 8ab1d63744
commit 74ed3fc279

View file

@ -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"