Add missing include for mergesort

This commit is contained in:
Panu Matilainen 2007-07-11 14:45:34 +03:00
parent 112a6db25d
commit fa262a2764
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ static char sccsid[] = "@(#)merge.c 8.2 (Berkeley) 2/14/94";
*/
#include "system.h"
#include "rpmdb.h" /* XXX for mergesort */
#define ISIZE sizeof(int)
#define PSIZE sizeof(unsigned char *)