commit | 8a1bdb3074cad8120e4cfa18b688dcbe0493a7ee | [log] [tgz] |
---|---|---|
author | Ulrich Weigand <weigand@informatik.uni-erlangen.de> | Sun Jan 30 22:22:22 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Jan 30 22:22:22 2000 +0000 |
tree | 61512f3ae9a1e9e8487ae00683ebee37225278be | |
parent | 9c978ab18e56808e53498b32cc647f1b2b53590d [diff] [blame] |
Added configure check for sys/reg.h.
diff --git a/server/context_i386.c b/server/context_i386.c index 4479e32..c6a9eb4 100644 --- a/server/context_i386.c +++ b/server/context_i386.c
@@ -10,7 +10,9 @@ #include <assert.h> #include <errno.h> +#ifdef HAVE_SYS_REG_H #include <sys/reg.h> +#endif #include <sys/ptrace.h> #include <sys/user.h> #include <unistd.h>