mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
Add missing header includes for setlocale
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
4576000c39
commit
aa942a126b
@ -33,6 +33,7 @@
|
||||
#include <ctype.h>
|
||||
#include <time.h>
|
||||
#include <limits.h> /* PATH_MAX */
|
||||
#include <locale.h> /* setlocale */
|
||||
|
||||
/* libalpm */
|
||||
#include "db.h"
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <locale.h> /* setlocale */
|
||||
|
||||
/* libarchive */
|
||||
#include <archive.h>
|
||||
|
Loading…
Reference in New Issue
Block a user