From 98dc9ce7bb6c9371bd5713b64d838dd2a1b10083 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Mon, 8 Oct 2007 10:35:28 +0200 Subject: [PATCH] Make header files self-contained. --- rpmdb/hdrinline.h | 2 ++ rpmio/rpmpgp.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/rpmdb/hdrinline.h b/rpmdb/hdrinline.h index 163ba86..48d95b7 100644 --- a/rpmdb/hdrinline.h +++ b/rpmdb/hdrinline.h @@ -6,6 +6,8 @@ * \file rpmdb/hdrinline.h */ +#include "header.h" /* for HV_t */ + #ifdef __cplusplus extern "C" { #endif diff --git a/rpmio/rpmpgp.h b/rpmio/rpmpgp.h index 18ce5e4..d4a65d2 100644 --- a/rpmio/rpmpgp.h +++ b/rpmio/rpmpgp.h @@ -12,6 +12,8 @@ #include +#include "rpmio.h" /* for pgpDig */ + #ifdef __cplusplus extern "C" { #endif -- 2.7.4