From 890f8653f5b7003c7c42129fb064691eea17d6b4 Mon Sep 17 00:00:00 2001 From: ewt Date: Thu, 1 May 1997 14:51:16 +0000 Subject: [PATCH] needs to include "miscfn.h" CVS patchset: 1572 CVS date: 1997/05/01 14:51:16 --- lib/install.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/install.c b/lib/install.c index e1cc002cf..7512522db 100644 --- a/lib/install.c +++ b/lib/install.c @@ -21,6 +21,7 @@ #include "install.h" #include "md5.h" #include "misc.h" +#include "miscfn.h" #include "rpmdb.h" #include "rpmlib.h" #include "messages.h"