include util.h in rawstr.c
Fixes "error: no previous prototype for '_alpm_raw_cmp' [-Werror=missing-prototypes]" warnings, and also prevents someone from getting the prototypes and functions out of sync. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
b678e00271
commit
1d53dd716d
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
#include "util.h"
|
||||||
|
|
||||||
/* Portable, consistent toupper (remember EBCDIC). Do not use toupper() because
|
/* Portable, consistent toupper (remember EBCDIC). Do not use toupper() because
|
||||||
its behavior is altered by the current locale. */
|
its behavior is altered by the current locale. */
|
||||||
static char raw_toupper(char in)
|
static char raw_toupper(char in)
|
||||||
|
|
Loading…
Add table
Reference in a new issue