Added includes of config.h, miscfn.h
authorewt <devnull@localhost>
Wed, 7 May 1997 15:05:49 +0000 (15:05 +0000)
committerewt <devnull@localhost>
Wed, 7 May 1997 15:05:49 +0000 (15:05 +0000)
CVS patchset: 1605
CVS date: 1997/05/07 15:05:49

lib/dbindex.c
lib/header.c

index 2082703..ca13c08 100644 (file)
@@ -1,9 +1,12 @@
+#include "config.h"
+
 #include <db.h>
 #include <errno.h>
 #include <stdlib.h>
 #include <string.h>
 
 #include "dbindex.h"
+#include "miscfn.h"
 #include "rpmlib.h"
 
 dbiIndex * dbiOpenIndex(char * filename, int flags, int perms) {
index 628a573..cd2f031 100644 (file)
@@ -7,6 +7,8 @@
 /* Data read from file descriptors is expected to be in          */
 /* network byte order and is converted on the fly to host order. */
 
+#include "config.h"
+
 #include <stdlib.h>
 #include <ctype.h>
 #include <malloc.h>
@@ -15,6 +17,7 @@
 #include <netinet/in.h>
 
 #include "header.h"
+#include "miscfn.h"
 #include "tread.h"
 
 #define INDEX_MALLOC_SIZE 8