From 0266c0e8598798e3080bc6464bdafed0fa29f810 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 15 Jul 2010 07:40:28 +0000 Subject: [PATCH] 2010-07-16 Sebastian Huber * score/include/rtems/seterr.h: Include . --- cpukit/ChangeLog | 4 ++++ cpukit/score/include/rtems/seterr.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 75d437cc4a..697beb7a0f 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2010-07-16 Sebastian Huber + + * score/include/rtems/seterr.h: Include . + 2010-07-16 Sebastian Huber * libcsupport/include/rtems/libio.h: Changed diff --git a/cpukit/score/include/rtems/seterr.h b/cpukit/score/include/rtems/seterr.h index 2548258d87..9eb4295554 100644 --- a/cpukit/score/include/rtems/seterr.h +++ b/cpukit/score/include/rtems/seterr.h @@ -19,6 +19,8 @@ #ifndef _RTEMS_SETERR_H #define _RTEMS_SETERR_H +#include + /** * This is a helper macro which will set the variable errno and return * -1 to the caller. This pattern is common to many POSIX methods.