Hi, This is probably an error in man pages.
The right include path should be <sys/usb/clients/hid/hid.h>. Please make sure SUNWusbu installed on your system. If you're running OpenSolaris, you may need to install it first: pkg install SUNWusbu Regards, Tim On 01/ 5/10 09:19 PM, silverstone wrote: > Hi, > > I was checking the man pages of hid(7D) which include > hid.h(#include<sys/hid.h> > ) header file but when I am including the hid.h file in my code,then I am > getting the message > > /sys/hid.h:No such file or directory. > > can anyone please tell me why I am getting it or how can I resolve it. > > Thanks in advance..