sscanf needs for the prototype. Submitted upstream here: diff --git a/configure.ac b/configure.ac index 0588004f9f89cdd5..bbc60e3a28369f9f 100644 --- a/configure.ac +++ b/configure.ac @@ -1087,6 +1087,7 @@ AC_MSG_CHECKING(for long long format) AC_TRY_RUN( [ #include +#include int main() { uint64_t i;