* libc/sys/sparc64/sys/time.h: #include <sys/types.h> for time_t.
This commit is contained in:
parent
bdc1799556
commit
128e9e0be5
|
@ -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.
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef _SYS_TIME_H
|
||||
#define _SYS_TIME_H
|
||||
|
||||
#include <sys/types.h> /* for time_t */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue