summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/rawstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libalpm/rawstr.c')
-rw-r--r--lib/libalpm/rawstr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libalpm/rawstr.c b/lib/libalpm/rawstr.c
index 69224cbc..86f4280c 100644
--- a/lib/libalpm/rawstr.c
+++ b/lib/libalpm/rawstr.c
@@ -27,6 +27,8 @@
#include <stdlib.h>
+#include "util.h"
+
/* Portable, consistent toupper (remember EBCDIC). Do not use toupper() because
its behavior is altered by the current locale. */
static char raw_toupper(char in)