[PATCH 2/3] hs20-server: Fix compile error.
greearb at candelatech.com
greearb
Tue May 26 13:47:33 PDT 2015
From: Ben Greear <greearb at candelatech.com>
Needed to add a new -I path to get it to compile.
Signed-off-by: Ben Greear <greearb at candelatech.com>
---
hs20/server/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/hs20/server/Makefile b/hs20/server/Makefile
index 587633b..248ed5c 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
--
1.9.3
More information about the Hostap
mailing list