From 666e26bd7a229063e6cab068c94b56e1b35e7ddb 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() --- lib/rpmlock.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/rpmlock.c b/lib/rpmlock.c index d5504075e..1bac3a5fd 100644 --- a/lib/rpmlock.c +++ b/lib/rpmlock.c @@ -1,6 +1,8 @@ #include "system.h" +#include + #include #include #include