add missing include to fix weak symbol warning
This commit is contained in:
parent
48552b192a
commit
46ce567afa
|
|
@ -8,6 +8,7 @@ extern "C" {
|
|||
#include <AEEStdErr.h>
|
||||
#include <inttypes.h>
|
||||
#include <remote.h>
|
||||
#include <rpcmem.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
/* Offset to differentiate HLOS and Hexagon error codes.
|
||||
|
|
|
|||
Loading…
Reference in New Issue