Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27da261f authored by En-Shuo Hsu's avatar En-Shuo Hsu
Browse files

floss: Add the missed include

Will cause use of undeclared identifier 'memset' error without it.

Bug: 232463744
Tag: #floss
Test: compile with ./build
Change-Id: I96ed1c071f01badcd37660d906110d9ddb22d2e2
parent a8bb85bc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@

#include <base/logging.h>

#include <cstring>

#include "embdrv/sbc/decoder/include/oi_codec_sbc.h"
#include "embdrv/sbc/decoder/include/oi_status.h"
#include "osi/include/log.h"