Commit 01f78aaa authored by Hidenori Takeshima's avatar Hidenori Takeshima Committed by Alexandre Julliard

Added configure check for libutil.h.

parent 2ffbb31e
......@@ -694,6 +694,7 @@ AC_CHECK_HEADERS(\
elf.h \
float.h \
libio.h \
libutil.h \
link.h \
linux/cdrom.h \
linux/joystick.h \
......
......@@ -293,6 +293,9 @@
/* Define if you have the <libio.h> header file. */
#undef HAVE_LIBIO_H
/* Define if you have the <libutil.h> header file. */
#undef HAVE_LIBUTIL_H
/* Define if you have the <link.h> header file. */
#undef HAVE_LINK_H
......
......@@ -32,6 +32,9 @@
#ifdef HAVE_PTY_H
# include <pty.h>
#endif
#ifdef HAVE_LIBUTIL_H
# include <libutil.h>
#endif
#include "wine/port.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