summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2006-02-14 19:43:01 +0100
committerAurelien Foret <aurelien@archlinux.org>2006-02-14 19:43:01 +0100
commit7ab3bb136decf09febc63861a4f274728d78e41e (patch)
treef6ee08979c0f3b7d2b448172d7fcb0824c4def39
parent07e46d2fc06d2296cca83e5c1a1c51cb9d0b34f8 (diff)
downloadpacman-7ab3bb136decf09febc63861a4f274728d78e41e.tar.gz
pacman-7ab3bb136decf09febc63861a4f274728d78e41e.tar.xz
fixed a compilation warning
-rw-r--r--src/pacman/log.c1
1 files changed, 1 insertions, 0 deletions
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 <alpm.h>
/* pacman */
+#include "util.h"
#include "log.h"
#include "list.h"
#include "conf.h"