Fixes for OpenBSD.

oldstable
Federico Schwindt 2000-10-28 00:32:08 +00:00 committed by Alexandre Julliard
parent 92747f2543
commit a5b696b6b4
2 changed files with 2 additions and 1 deletions

View File

@ -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 */

View File

@ -13,6 +13,7 @@
#include <unistd.h>
#include <errno.h>
#include "config.h"
#include "winnt.h"
#include "build.h"