Fixes for OpenBSD.
This commit is contained in:
parent
92747f2543
commit
a5b696b6b4
|
@ -308,7 +308,7 @@ static void set_thread_context( struct thread *thread, unsigned int flags, CONTE
|
|||
file_set_error();
|
||||
}
|
||||
|
||||
#elif defined(__FreeBSD__)
|
||||
#elif defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
#include <machine/reg.h>
|
||||
|
||||
/* retrieve a thread context */
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "winnt.h"
|
||||
#include "build.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue