mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
11 lines
286 B
C
11 lines
286 B
C
--- rpmopen.c.orig 2010-11-09 13:57:42.000000000 -0800
|
|
+++ rpmopen.c 2018-09-21 00:08:40.000000000 -0700
|
|
@@ -29,6 +29,7 @@
|
|
#ifdef HAVE_RPM42
|
|
#include <rpm/rpmfi.h>
|
|
#endif
|
|
+#include <rpm/rpmevr.h>
|
|
|
|
#ifndef HAVE_RPM_RPMLEGACY_H
|
|
int readLead(FD_t fd, /*@out@*/struct rpmlead *lead);
|