This commit is contained in:
Joel Sherrill
1995-08-11 14:33:56 +00:00
parent 4cc631db0f
commit 8d47a15eb9
2 changed files with 16 additions and 12 deletions

View File

@@ -21,10 +21,12 @@
extern "C" { extern "C" {
#endif #endif
#include "bsp.h" #include <rtems.h>
#include "stdio.h" #include <bsp.h>
#include "stdlib.h"
#include "libcsupport.h" #include <stdio.h>
#include <stdlib.h>
#include <libcsupport.h>
#define FOREVER 1 /* infinite loop */ #define FOREVER 1 /* infinite loop */

View File

@@ -21,10 +21,12 @@
extern "C" { extern "C" {
#endif #endif
#include "bsp.h" #include <rtems.h>
#include "stdio.h" #include <bsp.h>
#include "stdlib.h"
#include "libcsupport.h" #include <stdio.h>
#include <stdlib.h>
#include <libcsupport.h>
#define FOREVER 1 /* infinite loop */ #define FOREVER 1 /* infinite loop */