Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-02-09 17:05:15 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-02-09 17:05:15 +0400
commite59d6a14697b31cef93979bf9f4e745edba6211a (patch)
treee34c446384c85df3328fcd49659b9709dcc84bba
parent21e4f66a727bd83a324e4b5dd9e52d15b0919672 (diff)
* libc/sys/rtems/sys/utime.h: Include <sys/types.h> to provide a
definition of time_h.
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/sys/rtems/sys/utime.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 892758b11..e0e6b5449 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -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>
* libc/machine/arm/strcmp.S: New File.
diff --git a/newlib/libc/sys/rtems/sys/utime.h b/newlib/libc/sys/rtems/sys/utime.h
index 31d1c472d..561136bb4 100644
--- a/newlib/libc/sys/rtems/sys/utime.h
+++ b/newlib/libc/sys/rtems/sys/utime.h
@@ -5,6 +5,8 @@
#ifndef __UTIME_h__
#define __UTIME_h__
+#include <sys/types.h>
+
#ifdef __cplusplus
extern "C" {
#endif