mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
Fix time/getdate.c build.
This commit is contained in:
parent
ae20c9a17c
commit
ebd7aede60
@ -1,3 +1,7 @@
|
||||
2015-02-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||
|
||||
* time/getdate.c: Include <stdbool.h>.
|
||||
|
||||
2015-02-07 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Add ersatz _Static_assert on older C hosts
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdio_ext.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user