Add missing system includes to rpmmacro.h
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 28 Jan 2008 09:45:38 +0000 (11:45 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 28 Jan 2008 09:45:38 +0000 (11:45 +0200)
rpmio/rpmmacro.h

index 9fb8663..0cd25eb 100644 (file)
@@ -5,6 +5,9 @@
  * \file rpmio/rpmmacro.h
  */
 
+#include <stdio.h>
+#include <stdlib.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif