1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Fix time/getdate.c build.

This commit is contained in:
Samuel Thibault
2015-02-08 17:45:25 +01:00
parent ae20c9a17c
commit ebd7aede60
2 changed files with 5 additions and 0 deletions

View File

@ -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>