From: Panu Matilainen Date: Mon, 28 Jan 2008 11:43:32 +0000 (+0200) Subject: More missing system includes for size_t & friends X-Git-Tag: rpm-4.6.0-rc1~1143 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e39b131750525e0f5a172ebee55154db6b71be7b;p=platform%2Fupstream%2Frpm.git More missing system includes for size_t & friends --- 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