add missing include to fix weak symbol warning

This commit is contained in:
chraac 2025-11-26 00:56:23 +08:00
parent 48552b192a
commit 46ce567afa
1 changed files with 1 additions and 0 deletions

View File

@ -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.