From e12eed6918c2b6ca64d7786c2b28307aa4231cbb Mon Sep 17 00:00:00 2001 From: David Jones Date: Wed, 21 Feb 2007 11:47:49 +0000 Subject: [PATCH] Mps: fixing build for freebsd 5.5. by fixing include files. Copied from Perforce Change: 161793 ServerID: perforce.ravenbrook.com --- mps/code/prmcfr.h | 2 +- mps/code/protfri3.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mps/code/prmcfr.h b/mps/code/prmcfr.h index 4abebe2c883..5514b683aca 100644 --- a/mps/code/prmcfr.h +++ b/mps/code/prmcfr.h @@ -11,7 +11,7 @@ #include "mpm.h" -#include +#include typedef struct MutatorFaultContextStruct { /* Protection fault context data */ ucontext_t *ucontext; diff --git a/mps/code/protfri3.c b/mps/code/protfri3.c index 0faf92ee19b..95408eae24b 100644 --- a/mps/code/protfri3.c +++ b/mps/code/protfri3.c @@ -26,6 +26,8 @@ #include #include +#include /* for abort */ + SRCID(protfri3, "$Id$");