diff options
author | ewt <devnull@localhost> | 1999-01-06 03:14:44 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1999-01-06 03:14:44 +0000 |
commit | 03c8985d5e82b2910d7732da628b3808d6b524fa (patch) | |
tree | c72f544a07f2c81f0678c2c14551237b724132a1 /lib/lookup.c | |
parent | 8b6764efbcb0a1ba51f90a1d11efdd3494133292 (diff) | |
download | librpm-tizen-03c8985d5e82b2910d7732da628b3808d6b524fa.tar.gz librpm-tizen-03c8985d5e82b2910d7732da628b3808d6b524fa.tar.bz2 librpm-tizen-03c8985d5e82b2910d7732da628b3808d6b524fa.zip |
include lookup.h
CVS patchset: 2656
CVS date: 1999/01/06 03:14:44
Diffstat (limited to 'lib/lookup.c')
-rw-r--r-- | lib/lookup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lookup.c b/lib/lookup.c index e01fbe57b..bfbe427bd 100644 --- a/lib/lookup.c +++ b/lib/lookup.c @@ -1,5 +1,6 @@ #include "system.h" +#include "lookup.h" #include "rpmlib.h" /* 0 found matches */ |