forked from pool/openscap
Marcus Meissner
973b9bbcd4
- fix build on SLE11 - possible 64Bit issue - fix-missing-include.dif OBS-URL: https://build.opensuse.org/request/show/174495 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=76
13 lines
429 B
Plaintext
13 lines
429 B
Plaintext
Index: openscap-0.9.7/src/OVAL/probes/unix/linux/rpminfo.c
|
|
===================================================================
|
|
--- openscap-0.9.7.orig/src/OVAL/probes/unix/linux/rpminfo.c
|
|
+++ openscap-0.9.7/src/OVAL/probes/unix/linux/rpminfo.c
|
|
@@ -66,6 +66,7 @@
|
|
#include <rpm/rpmmacro.h>
|
|
#include <rpm/rpmlog.h>
|
|
#include <rpm/header.h>
|
|
+#include <rpm/rpmfi.h>
|
|
|
|
#ifndef HAVE_HEADERFORMAT
|
|
# define HAVE_LIBRPM44 1 /* hack */
|