diff options
-rw-r--r-- | src/pacman/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/log.c b/src/pacman/log.c index cf5b8008..f989a79c 100644 --- a/src/pacman/log.c +++ b/src/pacman/log.c @@ -23,9 +23,9 @@ #include <stdio.h> #include <string.h> #include <stdarg.h> +#include <ctype.h> #include <alpm.h> - /* pacman */ #include "util.h" #include "log.h" |