summaryrefslogtreecommitdiff
path: root/lib/header.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-07-13 21:37:57 +0000
committerjbj <devnull@localhost>1999-07-13 21:37:57 +0000
commit8bd997f2e0d977ddde56ea4debad83197355a2c9 (patch)
treebff7739953a6a852bf857e08665c9d2d84aa3e7c /lib/header.c
parent2f400a54b2194cc1caee95cb0a3da74f4bce1735 (diff)
downloadlibrpm-tizen-8bd997f2e0d977ddde56ea4debad83197355a2c9.tar.gz
librpm-tizen-8bd997f2e0d977ddde56ea4debad83197355a2c9.tar.bz2
librpm-tizen-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/header.c')
-rw-r--r--lib/header.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/header.c b/lib/header.c
index 2d06cafe0..88d04405b 100644
--- a/lib/header.c
+++ b/lib/header.c
@@ -11,8 +11,8 @@
#include <netinet/in.h>
-#include "rpmio.h"
-#include "header.h"
+#include <rpmio.h>
+#include <header.h>
#define INDEX_MALLOC_SIZE 8