Diff between 524fa22ed19ec857e00b87c6eaffef8b862520d3 and b71c5327926696223dba0d78f4c9fe36767d16ec

Changed Files

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

Full Patch

diff --git a/configure.ac b/configure.ac
index 6a19487..32e0a78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,7 +70,7 @@ 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(string.h linux/types.h linux/if_alg.h linux/uinput.h linux/uhid.h sys/random.h)
+AC_CHECK_HEADERS(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