Commit 8a1bdb30 authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard

Added configure check for sys/reg.h.

parent 9c978ab1
......@@ -660,6 +660,7 @@ AC_CHECK_HEADERS(\
sys/mount.h \
sys/msg.h \
sys/param.h \
sys/reg.h \
sys/signal.h \
sys/shm.h \
sys/socket.h \
......
......@@ -365,6 +365,9 @@
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
/* Define if you have the <sys/reg.h> header file. */
#undef HAVE_SYS_REG_H
/* Define if you have the <sys/shm.h> header file. */
#undef HAVE_SYS_SHM_H
......
......@@ -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>
......
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