projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
339f85d
)
Add missing system includes to rpmmacro.h
author
Panu Matilainen
<pmatilai@redhat.com>
Mon, 28 Jan 2008 09:45:38 +0000
(11:45 +0200)
committer
Panu Matilainen
<pmatilai@redhat.com>
Mon, 28 Jan 2008 09:45:38 +0000
(11:45 +0200)
rpmio/rpmmacro.h
patch
|
blob
|
history
diff --git
a/rpmio/rpmmacro.h
b/rpmio/rpmmacro.h
index
9fb8663
..
0cd25eb
100644
(file)
--- 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