1
Fork 0
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:
David Jones 2007-02-21 11:47:49 +00:00
parent 24ccaf96c0
commit e12eed6918
2 changed files with 3 additions and 1 deletions

View file

@ -11,7 +11,7 @@
#include "mpm.h"
#include <signal.h>
#include <ucontext.h>
typedef struct MutatorFaultContextStruct { /* Protection fault context data */
ucontext_t *ucontext;

View file

@ -26,6 +26,8 @@
#include <signal.h>
#include <machine/trap.h>
#include <stdlib.h> /* for abort */
SRCID(protfri3, "$Id$");