autoconf - look for stdbool.h

pull/2572/head
Jason Ish 8 years ago committed by Victor Julien
parent d8e9e1fd77
commit 2c01985e73

@ -126,7 +126,7 @@
AC_CHECK_HEADERS([arpa/inet.h assert.h ctype.h errno.h fcntl.h inttypes.h])
AC_CHECK_HEADERS([getopt.h])
AC_CHECK_HEADERS([limits.h netdb.h netinet/in.h poll.h sched.h signal.h])
AC_CHECK_HEADERS([stdarg.h stdint.h stdio.h stdlib.h string.h strings.h sys/ioctl.h])
AC_CHECK_HEADERS([stdarg.h stdint.h stdio.h stdlib.h stdbool.h string.h strings.h sys/ioctl.h])
AC_CHECK_HEADERS([syslog.h sys/prctl.h sys/socket.h sys/stat.h sys/syscall.h])
AC_CHECK_HEADERS([sys/time.h time.h unistd.h])
AC_CHECK_HEADERS([sys/ioctl.h linux/if_ether.h linux/if_packet.h linux/filter.h])

@ -57,6 +57,10 @@
#include <stdint.h>
#endif
#if HAVE_STDBOOL_H
#include <stdbool.h>
#endif
#if HAVE_STDARG_H
#include <stdarg.h>
#endif

Loading…
Cancel
Save