Include "rpmpgp.h" instead of <rpmpgp.h>.
This commit is contained in:
parent
7075f64050
commit
454f5ddff8
|
@ -5,7 +5,7 @@
|
|||
#include "system.h"
|
||||
|
||||
#include <rpmlib.h>
|
||||
#include <rpmpgp.h>
|
||||
#include "rpmpgp.h"
|
||||
#include <rpmdb.h>
|
||||
#include <rpmbuild.h>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
const char *__progname;
|
||||
|
||||
#include <rpmlib.h>
|
||||
#include <rpmpgp.h>
|
||||
#include "rpmpgp.h"
|
||||
|
||||
#include <rpmts.h>
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <beecrypt/beecrypt.api.h>
|
||||
#endif
|
||||
|
||||
#include <rpmpgp.h>
|
||||
#include "rpmpgp.h"
|
||||
#include "rpmsw.h"
|
||||
|
||||
/* Drag in the beecrypt includes. */
|
||||
|
|
Loading…
Reference in New Issue