93d352
Patch for https://cov01.lab.eng.brq.redhat.com/el8-results/el8/libdb-5.3.28-31.el8+7/scan-results-imp.html#def1
93d352
93d352
93d352
diff -up db-5.3.28/db.1.85/PORT/clib/snprintf.c.add_stdio_h db-5.3.28/db.1.85/PORT/clib/snprintf.c
93d352
--- db-5.3.28/db.1.85/PORT/clib/snprintf.c.add_stdio_h	2019-02-11 10:01:03.386405802 +0100
93d352
+++ db-5.3.28/db.1.85/PORT/clib/snprintf.c	2019-02-11 10:01:26.805754113 +0100
93d352
@@ -2,6 +2,7 @@
93d352
 #include <sys/cdefs.h>
93d352
 
93d352
 #include <compat.h>
93d352
+#include <stdio.h>
93d352
 
93d352
 #ifdef __STDC__
93d352
 #include <stdarg.h>