summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pacman/log.c2
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"