Skip to content
Snippets Groups Projects
Commit a5b696b6 authored by Federico Schwindt's avatar Federico Schwindt Committed by Alexandre Julliard
Browse files

Fixes for OpenBSD.

parent 92747f25
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment