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

This commit is contained in:
Ralf Corsépius 2007-10-28 06:47:46 +01:00
parent a59c95205c
commit 64b30f9a12
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ const char *__progname;
#include "rpmlib.h"
#include "rpmpgp.h"
#include <rpmts.h>
#include "rpmts.h"
#include "debug.h"