diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-01-28 11:45:38 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-01-28 11:45:38 +0200 |
commit | 80ca9f368f5ed417c57f524e88fa75f2b2ccc991 (patch) | |
tree | 92d38e46b0704669b61a9c585bab01025c454b21 /rpmio | |
parent | 339f85db55c08d6cc28ec0076d4e8680813f15fc (diff) | |
download | rpm-80ca9f368f5ed417c57f524e88fa75f2b2ccc991.tar.gz rpm-80ca9f368f5ed417c57f524e88fa75f2b2ccc991.tar.bz2 rpm-80ca9f368f5ed417c57f524e88fa75f2b2ccc991.zip |
Add missing system includes to rpmmacro.h
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/rpmmacro.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rpmio/rpmmacro.h b/rpmio/rpmmacro.h index 9fb866354..0cd25eb4b 100644 --- a/rpmio/rpmmacro.h +++ b/rpmio/rpmmacro.h @@ -5,6 +5,9 @@ * \file rpmio/rpmmacro.h */ +#include <stdio.h> +#include <stdlib.h> + #ifdef __cplusplus extern "C" { #endif |