From 7ab3bb136decf09febc63861a4f274728d78e41e Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Tue, 14 Feb 2006 18:43:01 +0000 Subject: fixed a compilation warning --- src/pacman/log.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/pacman/log.c b/src/pacman/log.c index caa0410b..cf5b8008 100644 --- a/src/pacman/log.c +++ b/src/pacman/log.c @@ -27,6 +27,7 @@ #include /* pacman */ +#include "util.h" #include "log.h" #include "list.h" #include "conf.h" -- cgit v1.2.3-24-g4f1b