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
+4
View File
@@ -11,6 +11,10 @@
* $Id$
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/system.h>
#include <rtems/debug.h>