Blame SOURCES/db-5.3.28-add_getopt_h.patch

b706b1
Patch for coverity issue:
b706b1
    https://cov01.lab.eng.brq.redhat.com/el8-results/el8/libdb-5.3.28-31.el8+7/scan-results-imp.html#def182
b706b1
b706b1
diff -up db-5.3.28/util/db_dump185.c.add_getopt_h db-5.3.28/util/db_dump185.c
b706b1
--- db-5.3.28/util/db_dump185.c.add_getopt_h	2019-02-11 10:20:37.739871387 +0100
b706b1
+++ db-5.3.28/util/db_dump185.c	2019-02-11 10:21:11.348371222 +0100
b706b1
@@ -19,6 +19,7 @@ static const char copyright[] =
b706b1
 #include <stdio.h>
b706b1
 #include <stdlib.h>
b706b1
 #include <string.h>
b706b1
+#include <getopt.h>
b706b1
 
b706b1
 #ifdef HAVE_DB_185_H
b706b1
 #include <db_185.h>