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 +#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)