2001-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* startup/genpvec.c: #include <chain.h> instead of "chain.h".
This commit is contained in:
Joel Sherrill
2001-01-29 15:40:30 +00:00
parent e0ddaa7ee3
commit e428584a1f
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/genpvec.c: #include <chain.h> instead of "chain.h".
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -20,7 +20,7 @@
*/
#include <bsp.h>
#include "chain.h"
#include <chain.h>
#include <assert.h>
#define NUM_LIRQ_HANDLERS 20