summaryrefslogtreecommitdiff
path: root/rpmdb
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:08:20 +0100
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:08:20 +0100
commit562c47ce8b65a1eb1c56c1d246beac5fc24f5fa8 (patch)
tree252651ae81e51270f45b6cdd169381a4895360fb /rpmdb
parent26a9e836085475ac57f22828864f846c5e03e1bd (diff)
downloadrpm-562c47ce8b65a1eb1c56c1d246beac5fc24f5fa8.tar.gz
rpm-562c47ce8b65a1eb1c56c1d246beac5fc24f5fa8.tar.bz2
rpm-562c47ce8b65a1eb1c56c1d246beac5fc24f5fa8.zip
Include "rpmsw.h" instead of <rpmsw.h>.
Diffstat (limited to 'rpmdb')
-rw-r--r--rpmdb/rpmdb_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/rpmdb_internal.h b/rpmdb/rpmdb_internal.h
index d9190d8c3..45a0c62fa 100644
--- a/rpmdb/rpmdb_internal.h
+++ b/rpmdb/rpmdb_internal.h
@@ -3,7 +3,7 @@
#include <assert.h>
-#include <rpmsw.h>
+#include "rpmsw.h"
#include <rpmlib.h>
#include <db.h>