summaryrefslogtreecommitdiff
path: root/net-analyzer/zabbix/files/zabbix-6.4.0-configure-sscanf.patch
blob: 0a95780c4505594b646f9b1985a2de83a33fceb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/configure.ac
+++ b/configure.ac
@@ -952,8 +952,9 @@ dnl Check for %qu format (FreeBSD 4.x)
 dnl FreeBSD 4.x does not support %llu
 AC_MSG_CHECKING(for long long format)
 AC_RUN_IFELSE([AC_LANG_SOURCE([[
+#include <stdio.h>
 #include <sys/types.h>
-int main()
+int main(void)
 {
         uint64_t i;