diff options
author | Aurelien Foret <aurelien@archlinux.org> | 2006-02-14 19:43:01 +0100 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2006-02-14 19:43:01 +0100 |
commit | 7ab3bb136decf09febc63861a4f274728d78e41e (patch) | |
tree | f6ee08979c0f3b7d2b448172d7fcb0824c4def39 /src | |
parent | 07e46d2fc06d2296cca83e5c1a1c51cb9d0b34f8 (diff) | |
download | pacman-7ab3bb136decf09febc63861a4f274728d78e41e.tar.gz pacman-7ab3bb136decf09febc63861a4f274728d78e41e.tar.xz |
fixed a compilation warning
Diffstat (limited to 'src')
-rw-r--r-- | src/pacman/log.c | 1 |
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" |