Diff between 01f3ef3cd9d69b56554f5ef6d7ac2a5c40e41393 and 56014755a3e7df37056cf5efff8732e698fd4124

Changed Files

File Additions Deletions Status
configure.ac +2 -1 modified

Full Patch

diff --git a/configure.ac b/configure.ac
index 07aeb46..10d63d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,7 +70,8 @@ AC_CHECK_LIB(pthread, pthread_create, dummy=yes,
 AC_CHECK_LIB(dl, dlopen, dummy=yes,
 			AC_MSG_ERROR(dynamic linking loader is required))
 
-AC_CHECK_HEADERS(stdio.h string.h linux/types.h linux/if_alg.h linux/uinput.h linux/uhid.h sys/random.h)
+AC_CHECK_HEADERS(stdarg.h stdio.h string.h linux/types.h linux/if_alg.h \
+			linux/uinput.h linux/uhid.h sys/random.h)
 
 # basename may be only available in libgen.h with the POSIX behavior,
 # not desired here