mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-21 04:14:26 +08:00
Changed include of asm.h so it is in brackets not quotes. asm.h is
in a standard location and should be referenced as such.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "asm.h"
|
||||
#include <asm.h>
|
||||
|
||||
/*
|
||||
* Offsets for various Contexts
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "asm.h"
|
||||
#include <asm.h>
|
||||
|
||||
BEGIN_CODE
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user