How to modify android.mk when my program included "procees.h”

I modified the android.mk like this:

LOCAL_C_INCLUDE :=¥(LOCAL_PATH)/…/…/cocos2dx …
¥(LOCAL_PATH)/…/…/…/Program Files/Microsoft Visual 10.0/VC/include

And my“process.h is in the dierect”D/Program Files/Microsoft Visual 10.0/VC/include"
my project is in the "D/cocos2dxproject/test/android/…

When i execute build_native.sh with cygwin,
it turn out : process.h no such file or directory
is there someone helps me?
thinks

I think the problem is that there is blank space in file path, such as “Program Files” and “Microsoft Visual 10.0”.

thinks for your answer! I turn to use the lib within cocos2d-x.