diff options
author | jbj <devnull@localhost> | 2002-05-28 23:06:44 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-05-28 23:06:44 +0000 |
commit | c3ed66c29857b6eb86f5c4eda555e797adf64199 (patch) | |
tree | af8e5aa3ead0eaf2e8902cd6869aaf47e972ac3d /python/rpmfi-py.h | |
parent | 3b633106748d2677dc129e732b150054b5bb91fd (diff) | |
download | rpm-c3ed66c29857b6eb86f5c4eda555e797adf64199.tar.gz rpm-c3ed66c29857b6eb86f5c4eda555e797adf64199.tar.bz2 rpm-c3ed66c29857b6eb86f5c4eda555e797adf64199.zip |
- eliminate legacy db methods, add ts.dbMatch method.
CVS patchset: 5453
CVS date: 2002/05/28 23:06:44
Diffstat (limited to 'python/rpmfi-py.h')
-rw-r--r-- | python/rpmfi-py.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/rpmfi-py.h b/python/rpmfi-py.h index 60dca8380..8b1c9e23f 100644 --- a/python/rpmfi-py.h +++ b/python/rpmfi-py.h @@ -1,6 +1,8 @@ #ifndef H_RPMFI_PY #define H_RPMFI_PY +#include "rpmfi.h" + /** \ingroup python * \file python/rpmfi-py.h */ |