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>
master
Ben Greear 9 years ago committed by Jouni Malinen
parent e4a43a9fa3
commit dba68f2be2

@ -12,6 +12,7 @@ ifndef CFLAGS
CFLAGS = -MMD -O2 -Wall -g
endif
CFLAGS += -I../../src
CFLAGS += -I../../src/utils
CFLAGS += -I../../src/crypto

Loading…
Cancel
Save