[rtems commit] bsp/leon2: Include missing header file
    Sebastian Huber 
    sebh at rtems.org
       
    Thu Jun 15 17:43:48 UTC 2023
    
    
  
Module:    rtems
Branch:    master
Commit:    97a4b306f4842a707ea727e05a610bdb75f8b3b1
Changeset: http://git.rtems.org/rtems/commit/?id=97a4b306f4842a707ea727e05a610bdb75f8b3b1
Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jun 15 17:24:36 2023 +0200
bsp/leon2: Include missing header file
Update #4458.
---
 bsps/sparc/leon2/start/bspstart.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/bsps/sparc/leon2/start/bspstart.c b/bsps/sparc/leon2/start/bspstart.c
index fc59f4dec2..56491ff2fd 100644
--- a/bsps/sparc/leon2/start/bspstart.c
+++ b/bsps/sparc/leon2/start/bspstart.c
@@ -46,6 +46,7 @@
 
 #include <bsp.h>
 #include <bsp/bootcard.h>
+#include <bsp/irq-generic.h>
 #include <rtems/sysinit.h>
 
 /*
    
    
More information about the vc
mailing list