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

Commit 2d0a8c2f authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Properly include a2dpCodecInfoFuzzHelpers::commonFuzzHelpers.h

Bug: 197478351
Tag: #refactor
Test: gd/cert/run

Change-Id: Idce00ecfba4a8d551c366ef0227b239a43a8774d
parent e212d35b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -21,8 +21,11 @@
//       It is included by the corresponding "...Functions.h" file.

#include <fuzzer/FuzzedDataProvider.h>

#include <vector>

#include "a2dp_codec_api.h"
#include "stack/test/fuzzers/common/commonFuzzHelpers.h"

// Keep a vector of any allocated codec_info objects.
// It will be up to the caller to free this array at the end of a fuzz loop