diff options
author | ewt <devnull@localhost> | 1997-05-12 13:28:15 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1997-05-12 13:28:15 +0000 |
commit | 7df2d5037e31cd0e0714ce4b247dcb5669fccc21 (patch) | |
tree | 912d86ed29457f7133b07c2851f20fd2a11c0d51 /oldrpmdb.c | |
parent | 2dfd1635794207b0332e5d6c278f446b40a2003f (diff) | |
download | rpm-7df2d5037e31cd0e0714ce4b247dcb5669fccc21.tar.gz rpm-7df2d5037e31cd0e0714ce4b247dcb5669fccc21.tar.bz2 rpm-7df2d5037e31cd0e0714ce4b247dcb5669fccc21.zip |
Added includes of miscfn.h
CVS patchset: 1618
CVS date: 1997/05/12 13:28:15
Diffstat (limited to 'oldrpmdb.c')
-rw-r--r-- | oldrpmdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oldrpmdb.c b/oldrpmdb.c index 1e5397133..79260e9fa 100644 --- a/oldrpmdb.c +++ b/oldrpmdb.c @@ -1,3 +1,4 @@ +#include "miscfn.h" #include <stdio.h> #include <stdlib.h> #include <string.h> |