diff options
| author | David Jones | 2007-02-21 11:47:49 +0000 |
|---|---|---|
| committer | David Jones | 2007-02-21 11:47:49 +0000 |
| commit | 5e190aa87c3512943d99786753be4fadcae1e1f4 (patch) | |
| tree | 36e01cbb67a8d263b3a747db3fe1fc4ab60c6114 /mps/code | |
| parent | 73fce693cc6f1b306d1cdd8b38b4f67f231b27a7 (diff) | |
| download | emacs-5e190aa87c3512943d99786753be4fadcae1e1f4.tar.gz emacs-5e190aa87c3512943d99786753be4fadcae1e1f4.zip | |
Mps: fixing build for freebsd 5.5. by fixing include files.
Copied from Perforce
Change: 161793
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/prmcfr.h | 2 | ||||
| -rw-r--r-- | mps/code/protfri3.c | 2 |
2 files changed, 3 insertions, 1 deletions
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 @@ | |||
| 11 | 11 | ||
| 12 | #include "mpm.h" | 12 | #include "mpm.h" |
| 13 | 13 | ||
| 14 | #include <signal.h> | 14 | #include <ucontext.h> |
| 15 | 15 | ||
| 16 | typedef struct MutatorFaultContextStruct { /* Protection fault context data */ | 16 | typedef struct MutatorFaultContextStruct { /* Protection fault context data */ |
| 17 | ucontext_t *ucontext; | 17 | 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 @@ | |||
| 26 | #include <signal.h> | 26 | #include <signal.h> |
| 27 | #include <machine/trap.h> | 27 | #include <machine/trap.h> |
| 28 | 28 | ||
| 29 | #include <stdlib.h> /* for abort */ | ||
| 30 | |||
| 29 | SRCID(protfri3, "$Id$"); | 31 | SRCID(protfri3, "$Id$"); |
| 30 | 32 | ||
| 31 | 33 | ||