Commit a5b696b6 authored by Federico Schwindt's avatar Federico Schwindt Committed by Alexandre Julliard

Fixes for OpenBSD.

parent 92747f25
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment