Use 'file' instead of '<file>' to work around include path issues.
This commit is contained in:
parent
5b654b0086
commit
b97dbc7fd3
|
@ -5,10 +5,10 @@
|
|||
* \file lib/rpmgi.h
|
||||
*/
|
||||
|
||||
#include <rpmlib.h>
|
||||
#include <rpmte.h>
|
||||
#include <rpmts.h>
|
||||
#include <argv.h>
|
||||
#include "rpmlib.h"
|
||||
#include "rpmte.h"
|
||||
#include "rpmts.h"
|
||||
#include "argv.h"
|
||||
|
||||
/**
|
||||
*/
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <rpmsw.h>
|
||||
#include "rpmsw.h"
|
||||
|
||||
/**
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue