Added includes of "miscfn.h".
authorewt <devnull@localhost>
Wed, 30 Apr 1997 21:30:55 +0000 (21:30 +0000)
committerewt <devnull@localhost>
Wed, 30 Apr 1997 21:30:55 +0000 (21:30 +0000)
CVS patchset: 1570
CVS date: 1997/04/30 21:30:55

install.c
lib/oldheader.c

index d400de2..651475b 100644 (file)
--- a/install.c
+++ b/install.c
@@ -10,6 +10,7 @@
 # include <alloca.h>
 #endif
 
+#include "miscfn.h"
 #include "install.h"
 #include "intl.h"
 #include "lib/rpmlib.h"
index 77970e6..85d7067 100644 (file)
@@ -7,7 +7,9 @@
 #include <string.h>
 #include <unistd.h>
 
+#include "config.h"
 #include "misc.h"
+#include "miscfn.h"
 #include "oldheader.h"
 #include "rpmlib.h"
 #include "tread.h"