<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.3132" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#cce8cf>
<DIV><FONT size=2>Hello, All,</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I changed hostap_80211_rx.c of hostap-driver-0.4.9 to support
my own application. After I added "#include <stdio.h>", the program cannot
be compiled successfully on Fedora 4 (Kernel 2.6.11). The error message shows
that the file stdio.h is not found. Because this header file is under
/usr/include, I added "CFLAGS += -I/usr/include" to Makefile. I also tried
changing "INCLUDES=-I$(KERNEL_PATH)/include" to "INCLUDES=-I/usr/include
-I$(KERNEL_PATH)/include". But stdio.h is still not found in either case. I did
not find similar problems in the archive of hostap. Would you give me any
advice if you have any idea? The Makefile of hostap-driver-0.4.9 is
attached.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Thank you very much.</FONT></DIV>
<DIV><FONT size=2>YAN </FONT></DIV></BODY></HTML>