From: Ben Greear Date: Tue, 26 May 2015 20:47:33 +0000 (-0400) Subject: HS 2.0: Fix hs20_spp_server compile error X-Git-Tag: hostap_2_5~696 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dba68f2be2b2f955c0c19956e24be0b258dfc677;p=thirdparty%2Fhostap.git 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 --- diff --git a/hs20/server/Makefile b/hs20/server/Makefile index 587633bb4..248ed5ccc 100644 --- a/hs20/server/Makefile +++ b/hs20/server/Makefile @@ -12,6 +12,7 @@ ifndef CFLAGS CFLAGS = -MMD -O2 -Wall -g endif +CFLAGS += -I../../src CFLAGS += -I../../src/utils CFLAGS += -I../../src/crypto