From e39b131750525e0f5a172ebee55154db6b71be7b Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 28 Jan 2008 13:43:32 +0200 Subject: [PATCH] More missing system includes for size_t & friends --- lib/rpmps.h | 1 + rpmio/argv.h | 2 ++ rpmio/rpmlog.h | 1 + rpmio/rpmmacro.h | 2 +- rpmio/rpmstring.h | 2 ++ rpmio/rpmsw.h | 3 +++ 6 files changed, 10 insertions(+), 1 deletion(-) diff --git a/lib/rpmps.h b/lib/rpmps.h index 1d53d58..ca60059 100644 --- a/lib/rpmps.h +++ b/lib/rpmps.h @@ -6,6 +6,7 @@ * Structures and prototypes used for an "rpmps" problem set. */ +#include #include /* for fnpyKey */ #ifdef __cplusplus diff --git a/rpmio/argv.h b/rpmio/argv.h index eb051d6..18951c8 100644 --- a/rpmio/argv.h +++ b/rpmio/argv.h @@ -5,6 +5,8 @@ * \file rpmio/argv.h */ +#include + #ifdef __cplusplus extern "C" { #endif diff --git a/rpmio/rpmlog.h b/rpmio/rpmlog.h index 3a3dc7b..d3f42ac 100644 --- a/rpmio/rpmlog.h +++ b/rpmio/rpmlog.h @@ -8,6 +8,7 @@ */ #include +#include #ifdef __cplusplus extern "C" { diff --git a/rpmio/rpmmacro.h b/rpmio/rpmmacro.h index 0cd25eb..802fd4b 100644 --- a/rpmio/rpmmacro.h +++ b/rpmio/rpmmacro.h @@ -6,7 +6,7 @@ */ #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/rpmio/rpmstring.h b/rpmio/rpmstring.h index a26a90f..9109137 100644 --- a/rpmio/rpmstring.h +++ b/rpmio/rpmstring.h @@ -6,6 +6,8 @@ * String manipulation helper functions */ +#include + #ifdef __cplusplus extern "C" { #endif diff --git a/rpmio/rpmsw.h b/rpmio/rpmsw.h index 624448a..7c285e7 100644 --- a/rpmio/rpmsw.h +++ b/rpmio/rpmsw.h @@ -5,6 +5,9 @@ * \file rpmio/rpmsw.h */ +#include +#include + #ifdef __cplusplus extern "C" { #endif -- 2.7.4