]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
HS 2.0: Fix hs20_spp_server compile error
authorBen Greear <greearb@candelatech.com>
Tue, 26 May 2015 20:47:33 +0000 (16:47 -0400)
committerJouni Malinen <j@w1.fi>
Wed, 27 May 2015 08:56:11 +0000 (11:56 +0300)
Need to add a new -I path to get it to compile.

Signed-off-by: Ben Greear <greearb@candelatech.com>
hs20/server/Makefile

index 587633bb47df00d424a6695c42c348af789f4f3c..248ed5cccf93ca15fee3848100b0ddd0948eed50 100644 (file)
@@ -12,6 +12,7 @@ ifndef CFLAGS
 CFLAGS = -MMD -O2 -Wall -g
 endif
 
+CFLAGS += -I../../src
 CFLAGS += -I../../src/utils
 CFLAGS += -I../../src/crypto