HS 2.0: Fix hs20_spp_server compile error
Need to add a new -I path to get it to compile. Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
parent
e4a43a9fa3
commit
dba68f2be2
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ ifndef CFLAGS
|
|||
CFLAGS = -MMD -O2 -Wall -g
|
||||
endif
|
||||
|
||||
CFLAGS += -I../../src
|
||||
CFLAGS += -I../../src/utils
|
||||
CFLAGS += -I../../src/crypto
|
||||
|
||||
|
|
Loading…
Reference in a new issue