Commit eda758eb authored by Bang Jun-Young's avatar Bang Jun-Young Committed by Alexandre Julliard

Added check for stdint.h (needed on NetBSD).

parent 9cc52b36
......@@ -873,6 +873,7 @@ AC_CHECK_HEADERS(\
resolv.h \
sched.h \
socket.h \
stdint.h \
strings.h \
sys/cdio.h \
sys/errno.h \
......
......@@ -313,6 +313,9 @@
/* Define if you have the <soundcard.h> header file. */
#undef HAVE_SOUNDCARD_H
/* Define if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define if you have the <strings.h> header file. */
#undef HAVE_STRINGS_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