Modify eu-strip option to perform strip in post script of rpm package & add option...
[platform/upstream/rpm.git] / lib / merge.c
index b4163e2..738ad7a 100644 (file)
@@ -54,6 +54,9 @@ static char sccsid[] = "@(#)merge.c   8.2 (Berkeley) 2/14/94";
  */
 
 #include "system.h"
+#include <stdlib.h>
+#include <string.h>
+#include <errno.h>
 #include "lib/rpmdb_internal.h" /* XXX for mergesort */
 
 #define ISIZE sizeof(int)