* libc/sys/rtems/sys/utime.h: Include <sys/types.h> to provide a
definition of time_h.
This commit is contained in:
parent
21e4f66a72
commit
e59d6a1469
|
@ -1,3 +1,8 @@
|
||||||
|
2012-02-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
|
* libc/sys/rtems/sys/utime.h: Include <sys/types.h> to provide a
|
||||||
|
definition of time_h.
|
||||||
|
|
||||||
2012-02-08 Greta Yorsh <Greta.Yorsh@arm.com>
|
2012-02-08 Greta Yorsh <Greta.Yorsh@arm.com>
|
||||||
|
|
||||||
* libc/machine/arm/strcmp.S: New File.
|
* libc/machine/arm/strcmp.S: New File.
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
#ifndef __UTIME_h__
|
#ifndef __UTIME_h__
|
||||||
#define __UTIME_h__
|
#define __UTIME_h__
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue