* libc/sys/sparc64/sys/time.h: #include <sys/types.h> for time_t.

This commit is contained in:
Yaakov Selkowitz 2015-01-22 17:34:47 +00:00
parent bdc1799556
commit 128e9e0be5
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2015-01-22 Yaakov Selkowitz <yselkowi@redhat.com>
* libc/sys/sparc64/sys/time.h: #include <sys/types.h> for time_t.
2015-01-22 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
* libc/sys/or1k/mlock.c: Fix dependency on libgloss.

View File

@ -1,6 +1,8 @@
#ifndef _SYS_TIME_H
#define _SYS_TIME_H
#include <sys/types.h> /* for time_t */
#ifdef __cplusplus
extern "C" {
#endif