* libc/include/sys/time.h: #include <sys/cdefs.h> for __BSD_VISIBLE.

This commit is contained in:
Corinna Vinschen 2015-01-28 21:03:41 +00:00
parent 4c8daae24d
commit 3e4183d15b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2015-01-28 Christian Eggers <ceggers@gmx.de>
* libc/include/sys/time.h: #include <sys/cdefs.h> for __BSD_VISIBLE.
2015-01-23 Corinna Vinschen <vinschen@redhat.com>
Complete action from 2001-12-18:

View File

@ -6,6 +6,7 @@
#define _SYS_TIME_H_
#include <_ansi.h>
#include <sys/cdefs.h>
#include <sys/types.h>
#ifdef __cplusplus