From 7564a36f74dca4931cbf5793edf0398f7da0050d Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Thu, 9 Jul 2009 15:07:38 +0300 Subject: [PATCH] Oops, missing include for dirname() (cherry picked from commit 666e26bd7a229063e6cab068c94b56e1b35e7ddb) --- lib/rpmlock.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/rpmlock.c b/lib/rpmlock.c index d550407..1bac3a5 100644 --- a/lib/rpmlock.c +++ b/lib/rpmlock.c @@ -1,6 +1,8 @@ #include "system.h" +#include + #include #include #include -- 2.7.4