mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-23 07:12:12 -07:00
Mps: fixing build for freebsd 5.5. by fixing include files.
Copied from Perforce Change: 161793 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
24ccaf96c0
commit
e12eed6918
2 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include "mpm.h"
|
||||
|
||||
#include <signal.h>
|
||||
#include <ucontext.h>
|
||||
|
||||
typedef struct MutatorFaultContextStruct { /* Protection fault context data */
|
||||
ucontext_t *ucontext;
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@
|
|||
#include <signal.h>
|
||||
#include <machine/trap.h>
|
||||
|
||||
#include <stdlib.h> /* for abort */
|
||||
|
||||
SRCID(protfri3, "$Id$");
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue