Skip to content

Commit

Permalink
Add explicit legacy module path
Browse files Browse the repository at this point in the history
The module.h file is ambiguous without an explicit
path for legacy or gd include.

Bug: 146086425
Test: Builds and enables on crosshatch
Change-Id: I1b25ba4ffcd0a9177181d4ce2bb47bc06a930d9d
  • Loading branch information
Chris Manton committed Jan 6, 2020
1 parent 10c45fd commit 2e0a17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal_include/stack_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include <stdbool.h>

#include "module.h"
#include "btcore/include/module.h"
#include "osi/include/config.h"

static const char STACK_CONFIG_MODULE[] = "stack_config_module";
Expand Down

0 comments on commit 2e0a17a

Please sign in to comment.