mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Fix missing libc-internal.h include.
* locale/programs/locarchive.c: Include <libc-internal.h>
This commit is contained in:
parent
8fcb833a2b
commit
1d17fa5f8e
@ -1,3 +1,7 @@
|
||||
2013-06-25 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* locale/programs/locarchive.c: Include <libc-internal.h>
|
||||
|
||||
2013-06-25 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* manual/texinfo.tex: Update to version 2013-06-21.17, with
|
||||
|
@ -40,6 +40,7 @@
|
||||
#include <sys/shm.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <libc-internal.h>
|
||||
#include <libc-mmap.h>
|
||||
#include "../../crypt/md5.h"
|
||||
#include "../localeinfo.h"
|
||||
|
Loading…
Reference in New Issue
Block a user