diff options
Diffstat (limited to 'lib/misc.c')
-rw-r--r-- | lib/misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/misc.c b/lib/misc.c index f0d019a4c..20a23e4dc 100644 --- a/lib/misc.c +++ b/lib/misc.c @@ -1,7 +1,7 @@ #include "system.h" -#include "rpmlib.h" -#include "rpmmacro.h" /* XXX for rpmGetPath */ +#include <rpmlib.h> +#include <rpmmacro.h> /* XXX for rpmGetPath */ #include "misc.h" |