Include "rpmlua.h" instead of <rpmlua.h>.
This commit is contained in:
parent
e36a2ac8da
commit
b1f8da9252
|
@ -9,7 +9,7 @@
|
|||
#include "rpmerr.h"
|
||||
#include "debug.h"
|
||||
|
||||
#include <rpmlua.h>
|
||||
#include "rpmlua.h"
|
||||
|
||||
/**
|
||||
*/
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include <rpmlib.h>
|
||||
#include "rpmmacro.h"
|
||||
#include "rpmurl.h"
|
||||
#include <rpmlua.h>
|
||||
#include "rpmlua.h"
|
||||
|
||||
#include "cpio.h"
|
||||
#include "fsm.h" /* XXX CPIO_FOO/FSM_FOO constants */
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <rpmio_internal.h>
|
||||
#include <rpmlib.h>
|
||||
#include "rpmmacro.h"
|
||||
#include <rpmlua.h>
|
||||
#include "rpmlua.h"
|
||||
|
||||
#include "rpmerr.h"
|
||||
#include "misc.h"
|
||||
|
|
|
@ -44,7 +44,7 @@ typedef FILE * FD_t;
|
|||
#include <rpmerr.h>
|
||||
|
||||
#ifdef WITH_LUA
|
||||
#include <rpmlua.h>
|
||||
#include "rpmlua.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue