diff options
-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" |