Include "rpmerr.h" instead of <rpmerr.h>.

This commit is contained in:
Ralf Corsépius 2007-10-28 06:43:10 +01:00
parent 12ef6e8d3a
commit d7c7203182
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ typedef FILE * FD_t;
#include <rpmio_internal.h>
#include "rpmmessages.h"
#include <rpmerr.h>
#include "rpmerr.h"
#ifdef WITH_LUA
#include "rpmlua.h"

View File

@ -3,7 +3,7 @@
#ifdef WITH_LUA
#include <rpmio.h>
#include "rpmmacro.h"
#include <rpmerr.h>
#include "rpmerr.h"
#include "rpmurl.h"
#include <rpmhook.h>