summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-01-28 11:45:38 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-01-28 11:45:38 +0200
commitcc736cd8561a443862bf23c45e17212dd6e006ee (patch)
tree7ede51ac7717219dd15c24ef563a35e24c64da0f
parent90cbdd952963fcc956d8dc83c694060554126198 (diff)
downloadrpm-cc736cd8561a443862bf23c45e17212dd6e006ee.tar.gz
Add missing system includes to rpmmacro.h
(transplanted from 46b2d3f8bf8e390ae9840a78aff5b97b61fb563e)
-rw-r--r--rpmio/rpmmacro.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rpmio/rpmmacro.h b/rpmio/rpmmacro.h
index 3719c0717..667767da4 100644
--- a/rpmio/rpmmacro.h
+++ b/rpmio/rpmmacro.h
@@ -5,6 +5,9 @@
* \file rpmio/rpmmacro.h
*/
+#include <stdio.h>
+#include <stdlib.h>
+
/*! The structure used to store a macro. */
typedef /*@abstract@*/ struct MacroEntry_s {
struct MacroEntry_s *prev;/*!< Macro entry stack. */