From 16351f7aa00c265d8f0d3f340089b3a7a6825f44 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 28 Jan 2005 02:04:21 +0000 Subject: 2005-01-28 Ralf Corsepius * sapi/src/debug.c, sapi/src/exinit.c, sapi/src/extension.c, sapi/src/extensioncreate.c, sapi/src/extensiondelete.c, sapi/src/extensionident.c, sapi/src/fatal.c, sapi/src/io.c, sapi/src/itronapi.c, sapi/src/posixapi.c, sapi/src/rtemsapi.c: Include config.h. --- cpukit/sapi/src/rtemsapi.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/sapi/src/rtemsapi.c') diff --git a/cpukit/sapi/src/rtemsapi.c b/cpukit/sapi/src/rtemsapi.c index 073fb7028d..282f697e7e 100644 --- a/cpukit/sapi/src/rtemsapi.c +++ b/cpukit/sapi/src/rtemsapi.c @@ -13,6 +13,10 @@ * $Id$ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + /* * RTEMS_API_INIT is defined so all of the RTEMS API * data will be included in this object file. -- cgit v1.2.3