2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>

* libmisc/dummy/dummy.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
This commit is contained in:
Ralf Corsepius
2004-04-01 15:23:13 +00:00
parent 0eef698fc5
commit 8df1cfbc76
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* libmisc/dummy/dummy.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* backward/confdefs.h: New.

View File

@@ -40,7 +40,7 @@ int main( int, char **, char **);
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_INIT
#include <confdefs.h>
#include <rtems/confdefs.h>
/* global variables */