diff options
author | jbj <devnull@localhost> | 1999-07-13 21:37:57 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-07-13 21:37:57 +0000 |
commit | 8bd997f2e0d977ddde56ea4debad83197355a2c9 (patch) | |
tree | bff7739953a6a852bf857e08665c9d2d84aa3e7c /lib/query.c | |
parent | 2f400a54b2194cc1caee95cb0a3da74f4bce1735 (diff) | |
download | rpm-8bd997f2e0d977ddde56ea4debad83197355a2c9.tar.gz rpm-8bd997f2e0d977ddde56ea4debad83197355a2c9.tar.bz2 rpm-8bd997f2e0d977ddde56ea4debad83197355a2c9.zip |
Perl bindings need
#include <foo.h>
not
#include "foo.h"
CVS patchset: 3143
CVS date: 1999/07/13 21:37:57
Diffstat (limited to 'lib/query.c')
-rw-r--r-- | lib/query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/query.c b/lib/query.c index 8e4ecfdc6..17fe75521 100644 --- a/lib/query.c +++ b/lib/query.c @@ -6,7 +6,7 @@ #include "build/rpmbuild.h" #include "popt/popt.h" -#include "rpmurl.h" +#include <rpmurl.h> static void printFileInfo(char * name, unsigned int size, unsigned short mode, unsigned int mtime, unsigned short rdev, |