diff options
Diffstat (limited to 'lib/verify.c')
-rw-r--r-- | lib/verify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/verify.c b/lib/verify.c index e46d932a9..dde85b156 100644 --- a/lib/verify.c +++ b/lib/verify.c @@ -1,13 +1,13 @@ #include "system.h" -#include "rpmlib.h" +#include <rpmlib.h> #include "md5.h" #include "misc.h" #include "install.h" #include "build/rpmbuild.h" -#include "rpmurl.h" +#include <rpmurl.h> static int _ie = 0x44332211; static union _endian { int i; char b[4]; } *_endian = (union _endian *)&_ie; |