2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org>

* 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.
This commit is contained in:
Ralf Corsepius
2005-01-28 02:04:21 +00:00
parent efec4b0f60
commit 16351f7aa0
12 changed files with 52 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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.
2005-01-27 Ralf Corsepius <ralf.corsepius@rtems.org>
* libcsupport/src/lstat.c, libcsupport/src/readdir_r.c:

View File

@@ -11,6 +11,10 @@
* $Id$
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/system.h>
#include <rtems/debug.h>

View File

@@ -11,6 +11,10 @@
* $Id$
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
/*
* SCORE_INIT and SAPI_INIT are defined so all of the super core and
* super API data will be included in this object file.

View File

@@ -12,6 +12,10 @@
* $Id$
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/system.h>
#include <rtems/rtems/support.h>
#include <rtems/score/object.h>

View File

@@ -12,6 +12,10 @@
* $Id$
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/system.h>
#include <rtems/rtems/support.h>
#include <rtems/score/object.h>

View File

@@ -12,6 +12,10 @@
* $Id$
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/system.h>
#include <rtems/rtems/support.h>
#include <rtems/score/object.h>

View File

@@ -12,6 +12,10 @@
* $Id$
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/system.h>
#include <rtems/rtems/support.h>
#include <rtems/score/object.h>

View File

@@ -11,6 +11,10 @@
* $Id$
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/system.h>
#include <rtems/fatal.h>
#include <rtems/score/interr.h>

View File

@@ -12,6 +12,10 @@
* $Id$
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/system.h>
#include <rtems/io.h>
#include <rtems/score/isr.h>

View File

@@ -13,6 +13,10 @@
* $Id$
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <assert.h>
/*

View File

@@ -13,6 +13,10 @@
* $Id$
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <assert.h>
/*

View File

@@ -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.