Default Compiling wpa supplicant

Hi, did anyone try to compile wpa_supplicant from this repo https://github.com/jhonxie/android_e...a_supplicant_6?
Dont get really far .
Stops instantly with this error:
Code:
config.c:15:22: fatal error: includes.h: No such file or directory
I checked the Makefile, it seems ok except this
Code:
CFLAGS += -I../src
CFLAGS += -I../src/crypto
CFLAGS += -I../src/utils
CFLAGS += -I../src/common
CFLAGS += -I../src/rsn_supp
Tried to change it to "-I./src" etc, but this didn't help either. I don't get it what's wrong with the paths. This frelling thing will not compile, no matter what .