Browse Source

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>
Ben Greear 10 years ago
parent
commit
dba68f2be2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hs20/server/Makefile

+ 1 - 0
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