Commit 893e9d1b authored by Evgeny Litvinenko's avatar Evgeny Litvinenko Committed by Alexandre Julliard

ntdll: Solaris requires sys/regset.h.

parent 05552097
......@@ -272,8 +272,11 @@ typedef struct trapframe ucontext_t;
#elif defined(__svr4__) || defined(_SCO_DS) || defined(__sun)
#ifdef _SCO_DS
#if defined(_SCO_DS) || defined(__sun)
#include <sys/regset.h>
#endif
#ifdef _SCO_DS
#define gregs regs
#endif
......
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