From a466227a2ff77c90f0b524792a5a1eda3e47cbe7 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Thu, 6 Sep 2012 14:49:14 +0300 Subject: [PATCH] Missing include for fprintf() --- lib/rpmhash.C | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rpmhash.C b/lib/rpmhash.C index 2810680..9820327 100644 --- a/lib/rpmhash.C +++ b/lib/rpmhash.C @@ -4,6 +4,7 @@ */ #include "system.h" +#include #include "debug.h" #define Bucket JOIN(HASHTYPE,Buket) -- 2.7.4